diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-12-16 09:23:09 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-12-16 09:23:09 +0000 |
commit | 6925d5017677d1cd78a15a00b34a693981c144e3 (patch) | |
tree | e11d294f2c816a739c7b38666a59e76042d46d97 /include/usage.h | |
parent | de2a342289525cc4a58659a47d013725e9824470 (diff) |
Some minor usage cleanups from David Douthitt <ssrat@mailbag.com>
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 4 |
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]..." |