From 4b7b7cfc064a87a01decd712bcccbf100491257d Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Mon, 16 Aug 2021 17:54:36 +0200 Subject: [PATCH] documentation: btrbk.1: rephrase --format=raw --- doc/btrbk.1.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/btrbk.1.asciidoc b/doc/btrbk.1.asciidoc index c4238ca..aa4f924 100644 --- a/doc/btrbk.1.asciidoc +++ b/doc/btrbk.1.asciidoc @@ -132,7 +132,7 @@ OPTIONS --format table|long|raw|col:[h:]:: Print output in specified format. If set to "raw", prints - space-separated key="value" pairs (machine readable). + space-separated, quoted key=value pairs (machine readable). + If set to "col:", prints only the specified (comma-separated list). Header lines are ommitted if the "h:" modifier is present.