From 672a008b4835fc107734b6414aa7d77fc583b773 Mon Sep 17 00:00:00 2001 From: Marcus Folkesson Date: Sun, 3 Dec 2017 18:37:10 +0100 Subject: [PATCH] journal-upload: remove duplication of --help and --version in help text Signed-off-by: Marcus Folkesson --- src/journal-remote/journal-upload.c | 2 -- 1 file changed, 2 deletions(-) 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); } -- 2.47.3