diff options
author | Bernhard Reutner-Fischer | 2007-01-20 21:34:24 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2007-01-20 21:34:24 +0000 |
commit | 12f96c1cec0c6ae6b5685945eb60d4d52f617637 (patch) | |
tree | 49bd5c5541bfdbc733bb5a531555567b67b90ef7 /include | |
parent | af45760cca1bad4ccd25ed91605edfd2ffb9426e (diff) | |
download | busybox-12f96c1cec0c6ae6b5685945eb60d4d52f617637.zip busybox-12f96c1cec0c6ae6b5685945eb60d4d52f617637.tar.gz |
- make tty's pre SUSv3 option handling dependant on INCLUDE_SUSv2
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 2b51fad..8ddd116 100644 --- a/include/usage.h +++ b/include/usage.h @@ -3286,8 +3286,9 @@ "" #define tty_full_usage \ "Print the file name of the terminal connected to standard input" \ + USE_INCLUDE_SUSv2( \ "\n\nOptions:\n" \ - " -s Print nothing, only return an exit status" + " -s Print nothing, only return an exit status") #define tty_example_usage \ "$ tty\n" \ "/dev/tty2\n" |