aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-12-11 03:09:05 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-12-11 03:09:05 +0000
commitb4278a33a965c9c950574c829265edd018dbe4fc (patch)
treec6410295b7270b93ffab84419419b9b05586e370 /include
parent9ce34d9eb4a006d94cb631c54a5f1bda9b79356f (diff)
downloadbusybox-w32-b4278a33a965c9c950574c829265edd018dbe4fc.tar.gz
busybox-w32-b4278a33a965c9c950574c829265edd018dbe4fc.tar.bz2
busybox-w32-b4278a33a965c9c950574c829265edd018dbe4fc.zip
Add build options to control SuS compatability, allows numeric
option handling to be disabled. Defaults to enabled, so no changes in default behaviour git-svn-id: svn://busybox.net/trunk/busybox@12835 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r--include/usage.h2
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 @@
766 "/etc/passwd\n" 766 "/etc/passwd\n"
767 767
768#define fold_trivial_usage \ 768#define fold_trivial_usage \
769 "[-bsw] [FILE]" 769 "[-bs] [-w WIDTH] [FILE]"
770#define fold_full_usage \ 770#define fold_full_usage \
771 "Wrap input lines in each FILE (standard input by default), writing to\n" \ 771 "Wrap input lines in each FILE (standard input by default), writing to\n" \
772 "standard output.\n\n" \ 772 "standard output.\n\n" \