btrbk: cosmetics: remove horizonal line in help message

This was added by mistake in:

96956959 btrbk: cosmetics: use heredocs for the help message
pull/274/head
Axel Burri 2019-03-29 20:46:40 +01:00
parent e3a81c8126
commit 0699a860a9
1 changed files with 2 additions and 1 deletions

3
btrbk
View File

@ -306,11 +306,11 @@ sub VERSION_MESSAGE
sub HELP_MESSAGE
{
return if($quiet);
#80-----------------------------------------------------------------------------
print STDERR <<"END_HELP";
usage: btrbk [options] <command> [filter...]
options:
--------------------------------------------------------------------------------
-h, --help display this help message
--version display version information
-c, --config=FILE specify configuration file
@ -350,6 +350,7 @@ commands:
For additional information, see $PROJECT_HOME
END_HELP
#80-----------------------------------------------------------------------------
}