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/expr.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/expr.c')
| -rw-r--r-- | src/expr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr.c b/src/expr.c index 78a44c125..4003802a9 100644 --- a/src/expr.c +++ b/src/expr.c @@ -94,8 +94,8 @@ Usage: %s EXPRESSION\n\ program_name, program_name); printf (_("\ \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\ \n\ ")); printf (_("\ |
