mirror of https://github.com/digint/btrbk
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
parent
e3a81c8126
commit
0699a860a9
3
btrbk
3
btrbk
|
@ -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-----------------------------------------------------------------------------
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue