journal-upload: remove duplication of --help and --version in help text

Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
This commit is contained in:
Marcus Folkesson 2017-12-03 18:37:10 +01:00
parent 0e5cba4d8d
commit 672a008b48
1 changed files with 0 additions and 2 deletions

View 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);
}