summaryrefslogtreecommitdiff
path: root/doc/rtd/topics/cli.rst
diff options
context:
space:
mode:
authorMark Esler <eslerm@umn.edu>2022-02-10 15:44:37 -0600
committerGitHub <noreply@github.com>2022-02-10 15:44:37 -0600
commitcbe840ac7247c9bf79cf63100b7f85ef38758763 (patch)
tree5f48726760d9ac688004db0c39586edd154c52d4 /doc/rtd/topics/cli.rst
parent217ef6ba6c52788f4363b998b6da08863fea5cd9 (diff)
downloadvyos-cloud-init-cbe840ac7247c9bf79cf63100b7f85ef38758763.tar.gz
vyos-cloud-init-cbe840ac7247c9bf79cf63100b7f85ef38758763.zip
minor improvements to documentation (#1259)
* Primarily improved grammar for clarity. * A few Sphinx/RST syntax fixes. * Set text width to 79 characters per footer documentation where needed. * Changed "yaml" to "YAML" when used in sentences.
Diffstat (limited to 'doc/rtd/topics/cli.rst')
-rw-r--r--doc/rtd/topics/cli.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/rtd/topics/cli.rst b/doc/rtd/topics/cli.rst
index b6115ed6..e2f48bf0 100644
--- a/doc/rtd/topics/cli.rst
+++ b/doc/rtd/topics/cli.rst
@@ -17,10 +17,10 @@ option. This can be used against cloud-init itself or any of its subcommands.
-h, --help show this help message and exit
--version, -v show program's version number and exit
--file FILES, -f FILES
- additional yaml configuration files to use
+ additional yaml configuration files to use
--debug, -d show additional pre-action logging (default: False)
--force force running even if no datasource is found (use at
- your own risk)
+ your own risk)
Subcommands:
{init,modules,single,query,dhclient-hook,features,analyze,devel,collect-logs,clean,status}
@@ -115,7 +115,7 @@ Current subcommands:
containing the jinja template header ``## template: jinja`` and renders
that content with any instance-data.json variables present.
* ``schema``: a **#cloud-config** format and schema
- validator. It accepts a cloud-config yaml file and annotates potential
+ validator. It accepts a cloud-config YAML file and annotates potential
schema errors locally without the need for deployment. Schema
validation is work in progress and supports a subset of cloud-config
modules.