aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-12-16 09:23:09 +0000
committerEric Andersen <andersen@codepoet.org>2001-12-16 09:23:09 +0000
commit6925d5017677d1cd78a15a00b34a693981c144e3 (patch)
treee11d294f2c816a739c7b38666a59e76042d46d97
parentde2a342289525cc4a58659a47d013725e9824470 (diff)
downloadbusybox-w32-6925d5017677d1cd78a15a00b34a693981c144e3.tar.gz
busybox-w32-6925d5017677d1cd78a15a00b34a693981c144e3.tar.bz2
busybox-w32-6925d5017677d1cd78a15a00b34a693981c144e3.zip
Some minor usage cleanups from David Douthitt <ssrat@mailbag.com>
-rw-r--r--include/usage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h
index c26dbf640..b84cdd5e3 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -174,8 +174,8 @@
174 "\ti\t\textract\n" \ 174 "\ti\t\textract\n" \
175 "\tm\t\tpreserve mtime\n" \ 175 "\tm\t\tpreserve mtime\n" \
176 "\tt\t\tlist\n" \ 176 "\tt\t\tlist\n" \
177 "\tu\t\tunconditional overwrite\t" \ 177 "\tu\t\tunconditional overwrite\n" \
178 "\tF\t\tinput from file\t" 178 "\tF\t\tinput from file"
179 179
180#define cut_trivial_usage \ 180#define cut_trivial_usage \
181 "[OPTION]... [FILE]..." 181 "[OPTION]... [FILE]..."