diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2004-03-06 07:38:27 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2004-03-06 07:38:27 +0000 |
commit | a89bbfb257993ee6fddf4a15204e425d42d2ca2a (patch) | |
tree | 7177302ff0aff2ed40dc01e926430602f244302b | |
parent | adab517f76b92e9c13be070e7bdc57ec4ca3c916 (diff) | |
download | busybox-w32-a89bbfb257993ee6fddf4a15204e425d42d2ca2a.tar.gz busybox-w32-a89bbfb257993ee6fddf4a15204e425d42d2ca2a.tar.bz2 busybox-w32-a89bbfb257993ee6fddf4a15204e425d42d2ca2a.zip |
Woops, how did that get in there
-rw-r--r-- | include/usage.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/usage.h b/include/usage.h index 459b848a5..05fd23129 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -101,11 +101,6 @@ | |||
101 | "\t-j\tUse julian dates.\n" \ | 101 | "\t-j\tUse julian dates.\n" \ |
102 | "\t-y\tDisplay the entire year." | 102 | "\t-y\tDisplay the entire year." |
103 | 103 | ||
104 | #define cart_trivial_usage \ | ||
105 | "blah" | ||
106 | #define cart_full_usage \ | ||
107 | "blah blah" | ||
108 | |||
109 | #define cat_trivial_usage \ | 104 | #define cat_trivial_usage \ |
110 | "[-u] [FILE]..." | 105 | "[-u] [FILE]..." |
111 | #define cat_full_usage \ | 106 | #define cat_full_usage \ |