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-6925d5017677d1cd78a15a00b34a693981c144e3.tar.gz
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 @@
"\ti\t\textract\n" \
"\tm\t\tpreserve mtime\n" \
"\tt\t\tlist\n" \
- "\tu\t\tunconditional overwrite\t" \
- "\tF\t\tinput from file\t"
+ "\tu\t\tunconditional overwrite\n" \
+ "\tF\t\tinput from file"
#define cut_trivial_usage \
"[OPTION]... [FILE]..."