diff options
author | Amy Chen <66719270+xiachen-rh@users.noreply.github.com> | 2021-01-06 22:37:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-06 09:37:02 -0500 |
commit | 48b2c5f16bd4ef754fef137ea19894908d4bf1db (patch) | |
tree | 2fffad3fc5746e6291846e3e7a582359e84cbdb4 /doc/man | |
parent | b85e4a56de8b7890309a3bfcad08e117a4b0bd16 (diff) | |
download | vyos-cloud-init-48b2c5f16bd4ef754fef137ea19894908d4bf1db.tar.gz vyos-cloud-init-48b2c5f16bd4ef754fef137ea19894908d4bf1db.zip |
fix a typo in man page cloud-init.1 (#752)
1. fix a typo in cloud-init.1
2. add xiachen-rh as contributor
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/cloud-init.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/cloud-init.1 b/doc/man/cloud-init.1 index 9b52dc8d..3fde4148 100644 --- a/doc/man/cloud-init.1 +++ b/doc/man/cloud-init.1 @@ -10,7 +10,7 @@ cloud-init \- Cloud instance initialization Cloud-init provides a mechanism for cloud instance initialization. This is done by identifying the cloud platform that is in use, reading provided cloud metadata and optional vendor and user -data, and then intializing the instance as requested. +data, and then initializing the instance as requested. Generally, this command is not normally meant to be run directly by the user. However, some subcommands may useful for development or |