From: Marcus Folkesson Date: Sun, 3 Dec 2017 17:37:10 +0000 (+0100) Subject: journal-upload: remove duplication of --help and --version in help text X-Git-Tag: v236~73^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=672a008b4835fc107734b6414aa7d77fc583b773;p=thirdparty%2Fsystemd.git journal-upload: remove duplication of --help and --version in help text Signed-off-by: Marcus Folkesson --- diff --git a/src/journal-remote/journal-upload.c b/src/journal-remote/journal-upload.c index 8137799ce88..69718aae875 100644 --- a/src/journal-remote/journal-upload.c +++ b/src/journal-remote/journal-upload.c @@ -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); }