diff options
| author | Jim Meyering <jim@meyering.net> | 2001-11-25 14:46:05 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2001-11-25 14:46:05 +0000 |
| commit | 9e1b4e382ad33214e2e89cb4704be17b59036556 (patch) | |
| tree | d0c6d48da27509693214bc2202c5eafe6fb7920f /src/true.c | |
| parent | *** empty log message *** (diff) | |
| download | coreutils-9e1b4e382ad33214e2e89cb4704be17b59036556.tar.gz coreutils-9e1b4e382ad33214e2e89cb4704be17b59036556.zip | |
(usage): Indent --help and --version strings to start in the 7th column.
Diffstat (limited to 'src/true.c')
| -rw-r--r-- | src/true.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/true.c b/src/true.c index 53c8f777f..230cd79a8 100644 --- a/src/true.c +++ b/src/true.c @@ -21,8 +21,8 @@ Exit with a status code indicating success.\n\ \n\ These option names may not be abbreviated.\n\ \n\ - --help display this help and exit\n\ - --version output version information and exit\n\ + --help display this help and exit\n\ + --version output version information and exit\n\ ") , program_name, program_name); puts (_("\nReport bugs to <bug-sh-utils@gnu.org>.")); |
