mirror of https://github.com/digint/btrbk
documentation: terminate options using double dash "--"
parent
4b7b7cfc06
commit
b8370de9de
4
btrbk
4
btrbk
|
@ -402,7 +402,7 @@ sub HELP_MESSAGE
|
||||||
#80-----------------------------------------------------------------------------
|
#80-----------------------------------------------------------------------------
|
||||||
if($program_name eq "lsbtr") {
|
if($program_name eq "lsbtr") {
|
||||||
print STDERR <<"END_HELP_LSBTR";
|
print STDERR <<"END_HELP_LSBTR";
|
||||||
usage: lsbtr [options] [path]...
|
usage: lsbtr [<options>] [[--] <path>...]
|
||||||
|
|
||||||
options:
|
options:
|
||||||
-h, --help display this help message
|
-h, --help display this help message
|
||||||
|
@ -420,7 +420,7 @@ END_HELP_LSBTR
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
print STDERR <<"END_HELP_BTRBK";
|
print STDERR <<"END_HELP_BTRBK";
|
||||||
usage: btrbk [options] <command> [filter...]
|
usage: btrbk [<options>] <command> [[--] <filter>...]
|
||||||
|
|
||||||
options:
|
options:
|
||||||
-h, --help display this help message
|
-h, --help display this help message
|
||||||
|
|
|
@ -25,7 +25,7 @@ btrbk [-h|--help] [--version]
|
||||||
[-S|--print-schedule] [--progress]
|
[-S|--print-schedule] [--progress]
|
||||||
[--lockfile <file>]
|
[--lockfile <file>]
|
||||||
[--override <config_option>=<value>]
|
[--override <config_option>=<value>]
|
||||||
<command> [<args>]
|
<command> [[--] <filter>...]
|
||||||
|
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
|
|
|
@ -22,7 +22,7 @@ lsbtr [-h|--help] [--version]
|
||||||
[-v|--verbose]
|
[-v|--verbose]
|
||||||
[-c|--config <file>]
|
[-c|--config <file>]
|
||||||
[--override <config_option>=<value>]
|
[--override <config_option>=<value>]
|
||||||
[<path>|<url>...]
|
[[--] <path>|<url>...]
|
||||||
|
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
|
|
Loading…
Reference in New Issue