diff options
Diffstat (limited to 'src/printf.c')
-rw-r--r-- | src/printf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/printf.c b/src/printf.c index 7009303ed..028dc385a 100644 --- a/src/printf.c +++ b/src/printf.c @@ -102,8 +102,8 @@ Usage: %s FORMAT [ARGUMENT]...\n\ printf (_("\ Print ARGUMENT(s) according to FORMAT.\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\ \n\ FORMAT controls the output as in C printf. Interpreted sequences are:\n\ \n\ |