btrbk: fixed wrong "--version" line in help message

pull/48/head
Axel Burri 2015-08-27 11:57:58 +02:00
parent d8e8df0ebd
commit 79f52924b6
1 changed files with 1 additions and 1 deletions

2
btrbk
View File

@ -133,7 +133,7 @@ sub HELP_MESSAGE
print STDERR "options:\n";
# "--------------------------------------------------------------------------------"; # 80
print STDERR " -h, --help display this help message\n";
print STDERR " -v, --version display version information\n";
print STDERR " --version display version information\n";
print STDERR " -c, --config=FILE specify configuration file\n";
print STDERR " -p, --preserve preserve all backups (do not delete any old targets)\n";
print STDERR " -r, --resume-only resume only (do not create new snapshots, only resume\n";