diff options
author | Rob Landley | 2006-05-04 20:56:43 +0000 |
---|---|---|
committer | Rob Landley | 2006-05-04 20:56:43 +0000 |
commit | 3b89039c25c8eb15435ed4f87bc8cb31c7941064 (patch) | |
tree | 0793ca73b2cbceca33e678571de77178364c5b6b /include/usage.h | |
parent | 846fe0c045eedb2a2e5b3432648f4c1f04353631 (diff) | |
download | busybox-3b89039c25c8eb15435ed4f87bc8cb31c7941064.zip busybox-3b89039c25c8eb15435ed4f87bc8cb31c7941064.tar.gz |
It was sitting there, in the patches directory, for years. It was delete it
or apply it. It's small, simple, evil, part of SUSv3, and we can switch it
off.
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index 65a7874..d09c110 100644 --- a/include/usage.h +++ b/include/usage.h @@ -626,6 +626,9 @@ USE_FEATURE_DATE_ISOFMT( \ "Options:\n" \ "\t-t\tclose tray" +#define ed_trivial_usage "" +#define ed_full_usage "" + #define env_trivial_usage \ "[-iu] [-] [name=value]... [command]" #define env_full_usage \ |