diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2005-12-11 03:09:05 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2005-12-11 03:09:05 +0000 |
commit | 0bd0257fe0fb3835af056ec933b010aad2722f93 (patch) | |
tree | c6410295b7270b93ffab84419419b9b05586e370 /include | |
parent | d77b781c1f0f0913b252c8f207f5518e77733dc3 (diff) | |
download | busybox-0bd0257fe0fb3835af056ec933b010aad2722f93.tar.gz |
Add build options to control SuS compatability, allows numeric
option handling to be disabled.
Defaults to enabled, so no changes in default behaviour
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 53832b987..2cfd2b0c1 100644 --- a/include/usage.h +++ b/include/usage.h @@ -766,7 +766,7 @@ "/etc/passwd\n" #define fold_trivial_usage \ - "[-bsw] [FILE]" + "[-bs] [-w WIDTH] [FILE]" #define fold_full_usage \ "Wrap input lines in each FILE (standard input by default), writing to\n" \ "standard output.\n\n" \ |