aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-12-16 09:23:09 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-12-16 09:23:09 +0000
commite719bcb467f86187b6ff0f631ae7da13ac3bff6c (patch)
treee11d294f2c816a739c7b38666a59e76042d46d97
parent0bf6357827c6ba1894497f556b5de3da7a699441 (diff)
downloadbusybox-w32-e719bcb467f86187b6ff0f631ae7da13ac3bff6c.tar.gz
busybox-w32-e719bcb467f86187b6ff0f631ae7da13ac3bff6c.tar.bz2
busybox-w32-e719bcb467f86187b6ff0f631ae7da13ac3bff6c.zip
Some minor usage cleanups from David Douthitt <ssrat@mailbag.com>
git-svn-id: svn://busybox.net/trunk/busybox@3887 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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]..."