From b8370de9debc3255c6408449533095a7d3197351 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Wed, 18 Aug 2021 03:32:15 +0200 Subject: [PATCH] documentation: terminate options using double dash "--" --- btrbk | 4 ++-- doc/btrbk.1.asciidoc | 2 +- doc/lsbtr.1.asciidoc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/btrbk b/btrbk index d5b61fb..7871466 100755 --- a/btrbk +++ b/btrbk @@ -402,7 +402,7 @@ sub HELP_MESSAGE #80----------------------------------------------------------------------------- if($program_name eq "lsbtr") { print STDERR <<"END_HELP_LSBTR"; -usage: lsbtr [options] [path]... +usage: lsbtr [] [[--] ...] options: -h, --help display this help message @@ -420,7 +420,7 @@ END_HELP_LSBTR } else { print STDERR <<"END_HELP_BTRBK"; -usage: btrbk [options] [filter...] +usage: btrbk [] [[--] ...] options: -h, --help display this help message diff --git a/doc/btrbk.1.asciidoc b/doc/btrbk.1.asciidoc index aa4f924..f1cb818 100644 --- a/doc/btrbk.1.asciidoc +++ b/doc/btrbk.1.asciidoc @@ -25,7 +25,7 @@ btrbk [-h|--help] [--version] [-S|--print-schedule] [--progress] [--lockfile ] [--override =] - [] + [[--] ...] DESCRIPTION diff --git a/doc/lsbtr.1.asciidoc b/doc/lsbtr.1.asciidoc index 05f7f1e..cdf6868 100644 --- a/doc/lsbtr.1.asciidoc +++ b/doc/lsbtr.1.asciidoc @@ -22,7 +22,7 @@ lsbtr [-h|--help] [--version] [-v|--verbose] [-c|--config ] [--override =] - [|...] + [[--] |...] DESCRIPTION