From: Dietmar Maurer Date: Fri, 27 Jul 2018 09:54:55 +0000 (+0200) Subject: gen-output-format-opts.pl: use correct argument syntax X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff_plain;h=56cab8b063b2c5fad746d24be78c332d5b588d89 gen-output-format-opts.pl: use correct argument syntax --- diff --git a/gen-output-format-opts.pl b/gen-output-format-opts.pl index 69e78a0..22c3f0f 100755 --- a/gen-output-format-opts.pl +++ b/gen-output-format-opts.pl @@ -8,6 +8,6 @@ use PVE::RESTHandler; my $prop = $PVE::RESTHandler::standard_output_options; -my $data = PVE::RESTHandler::dump_properties($prop, 'asciidoc', 'config'); +my $data = PVE::RESTHandler::dump_properties($prop, 'asciidoc', 'arg'); print $data; diff --git a/output-format-opts.adoc b/output-format-opts.adoc index fad02c3..f7a06b5 100644 --- a/output-format-opts.adoc +++ b/output-format-opts.adoc @@ -1,20 +1,20 @@ -`human-readable`: `` ('default =' `1`):: +`--human-readable` `` ('default =' `1`):: Call output rendering functions to produce human readable text. -`noborder`: `` ('default =' `1`):: +`--noborder` `` ('default =' `1`):: Do not draw borders (for 'text' format). -`noheader`: `` ('default =' `1`):: +`--noheader` `` ('default =' `1`):: Do not show column headers (for 'text' format). -`output-format`: `` ('default =' `text`):: +`--output-format` `` ('default =' `text`):: Output format. -`quiet`: `` :: +`--quiet` `` :: Suppress printing results.