]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
journal-upload: remove duplication of --help and --version in help text
authorMarcus Folkesson <marcus.folkesson@gmail.com>
Sun, 3 Dec 2017 17:37:10 +0000 (18:37 +0100)
committerMarcus Folkesson <marcus.folkesson@gmail.com>
Sun, 3 Dec 2017 17:40:13 +0000 (18:40 +0100)
Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
src/journal-remote/journal-upload.c

index 8137799ce88788083264e4cb73592d206d04b057..69718aae8757d36fe5da6de40954c2636c3ec592 100644 (file)
@@ -571,8 +571,6 @@ static void help(void) {
                "     --follow[=BOOL]        Do [not] wait for input\n"
                "     --save-state[=FILE]    Save uploaded cursors (default \n"
                "                            " STATE_FILE ")\n"
-               "  -h --help                 Show this help and exit\n"
-               "     --version              Print version string and exit\n"
                , program_invocation_short_name);
 }