diff --git a/doc/btrbk.1.asciidoc b/doc/btrbk.1.asciidoc index ff56f78..c07684d 100644 --- a/doc/btrbk.1.asciidoc +++ b/doc/btrbk.1.asciidoc @@ -20,7 +20,8 @@ btrbk [-h|--help] [--version] [-c|--config ] [-n|--dry-run] [--exclude ] [-p|--preserve] [--preserve-snapshots] [--preserve-backups] [-v|--verbose] [-q|--quiet] [-l|--loglevel ] - [-t|--table] [-L|--long] [--format ] [--pretty] + [-t|--table] [-L|--long] [-1|--single-column] + [--format ] [--pretty] [-S|--print-schedule] [--progress] [--lockfile ] [--override =] @@ -126,6 +127,9 @@ OPTIONS -L, --long:: Print output in long table format (shortcut for "--format=long"). +-1, --single-column:: + Print output as single column (not available for all commands). + --format table|long|raw|col:[h:]:: Print output in specified format. If set to "raw", prints space-separated key="value" pairs (machine readable). diff --git a/doc/lsbtr.1.asciidoc b/doc/lsbtr.1.asciidoc index cb90e7d..9b63929 100644 --- a/doc/lsbtr.1.asciidoc +++ b/doc/lsbtr.1.asciidoc @@ -17,7 +17,7 @@ SYNOPSIS [verse] lsbtr [-h|--help] [--version] - [-l|--long] [-u|--uuid] [--raw] + [-l|--long] [-u|--uuid] [-1|--single-column] [--raw] [--format ] [-v|--verbose] [-c|--config ] @@ -56,6 +56,9 @@ OPTIONS -u, --uuid:: Print UUID table (parent/received relations). +-1, --single-column:: + Print path column only (delimited by newline). + --raw:: Print space-separated key="value" pairs (machine readable).