diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-03-06 07:38:27 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-03-06 07:38:27 +0000 |
commit | 435c03c6549d6c3a4670ed2e50bd08e5b70832b2 (patch) | |
tree | 7177302ff0aff2ed40dc01e926430602f244302b | |
parent | d341d8e99d5abb4d882ea81336e4e5ea2294c0a3 (diff) | |
download | busybox-w32-435c03c6549d6c3a4670ed2e50bd08e5b70832b2.tar.gz busybox-w32-435c03c6549d6c3a4670ed2e50bd08e5b70832b2.tar.bz2 busybox-w32-435c03c6549d6c3a4670ed2e50bd08e5b70832b2.zip |
Woops, how did that get in there
git-svn-id: svn://busybox.net/trunk/busybox@8594 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 \ |