diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-24 00:08:42 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-24 00:08:42 +0200 |
commit | 2e33c4331f9f1169645e4b2e9c7c8861454f6b51 (patch) | |
tree | 670aed78a63779ac79fc02ba06d774cc172f5010 /src/main.c | |
parent | 2218198b73ea3f73cee1238e0f6dfd313f182f48 (diff) |
minor fixes to help texts
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index a002e11c53..799184e460 100644 --- a/src/main.c +++ b/src/main.c @@ -536,7 +536,7 @@ static int parse_argv(int argc, char *argv[]) { static int help(void) { - printf("%s [options]\n\n" + printf("%s [OPTIONS...]\n\n" "Starts up and maintains the system or a session.\n\n" " -h --help Show this help\n" " --unit=UNIT Set default unit\n" |