From 79f52924b658c3f9bd49089ecbc1d6fd4e45c3ff Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Thu, 27 Aug 2015 11:57:58 +0200 Subject: [PATCH] btrbk: fixed wrong "--version" line in help message --- btrbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btrbk b/btrbk index 8a46a3e..a32abce 100755 --- a/btrbk +++ b/btrbk @@ -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";