diff options
| author | Wesley Gao <wesley.mail@qq.com> | 2018-08-07 14:35:29 +0000 |
|---|---|---|
| committer | Server Team CI Bot <josh.powers+server-team-bot@canonical.com> | 2018-08-07 14:35:29 +0000 |
| commit | f624927749bf040cff32671928f1161acf7f8aa4 (patch) | |
| tree | b111f93b36a292a62d4d48f819a802ceb4c3c9ba | |
| parent | 41f508da4f1e421f454136f3c84527a9911c63ff (diff) | |
| download | vyos-cloud-init-f624927749bf040cff32671928f1161acf7f8aa4.tar.gz vyos-cloud-init-f624927749bf040cff32671928f1161acf7f8aa4.zip | |
docs: Fix example cloud-init analyze command to match output.
Fix a typo in in documentation that showed 'analyze blame' but
intended to show 'analyze dump'.
| -rw-r--r-- | doc/rtd/topics/debugging.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rtd/topics/debugging.rst b/doc/rtd/topics/debugging.rst index cacc8a27..51363ea5 100644 --- a/doc/rtd/topics/debugging.rst +++ b/doc/rtd/topics/debugging.rst @@ -45,7 +45,7 @@ subcommands default to reading /var/log/cloud-init.log. .. code-block:: shell-session - $ cloud-init analyze blame -i my-cloud-init.log + $ cloud-init analyze dump -i my-cloud-init.log [ { "description": "running config modules", |
