← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~evilnick/maas/tag-fixes into lp:maas

 

Nick Veitch has proposed merging lp:~evilnick/maas/tag-fixes into lp:maas.

Commit message:
fixes to maas-cli docs about tags

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~evilnick/maas/tag-fixes/+merge/139217

Fixes in formatting of maas-cli docs, as per matsubara's notes
-- 
https://code.launchpad.net/~evilnick/maas/tag-fixes/+merge/139217
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~evilnick/maas/tag-fixes into lp:maas.
=== modified file 'docs/maascli.rst'
--- docs/maascli.rst	2012-11-27 15:32:02 +0000
+++ docs/maascli.rst	2012-12-11 14:54:49 +0000
@@ -471,9 +471,15 @@
 
 tag
 ^^^
-
-Usage: maas-cli <profile> tag read | update-nodes | rebuild | update |
-  nodes | delete
+The tag command is used  to manually alter tags, tagged nodes or 
+rebuild the automatic tags. 
+
+  For more information on how to use them effectively, please see
+  :ref:`deploy-tags`
+
+Usage: maas-cli <profile> tag read | update-nodes | rebuild 
+| update | nodes | delete
+
 
 .. program:: maas-cli tag
 
@@ -522,7 +528,7 @@
   :ref:`deploy-tags`
 
 Usage: maas-cli <profile> tag [-d --debug] [-h --help] [-k
---insecure] list | new
+--insecure] list | create
 
 .. program:: maas-cli tag
 
@@ -555,7 +561,7 @@
 
    $ maas-cli maas tags new name='intel-gpu' \
        comment='Machines which have an Intel display driver' \
-       definition='contains(//node[@id="display"]/vendor, "Intel")
+       definition='contains(//node[@id="display"]/vendor, "Intel")'
 
 
 unused commands