Merge lp:~cjohnston/maas/1481118-apikey-doc-fix-trunk into lp:~maas-committers/maas/trunk

Proposed by Chris Johnston
Status: Merged
Approved by: Mike Pontillo
Approved revision: no longer in the source branch.
Merged at revision: 4154
Proposed branch: lp:~cjohnston/maas/1481118-apikey-doc-fix-trunk
Merge into: lp:~maas-committers/maas/trunk
Diff against target: 11 lines (+1/-1)
1 file modified
docs/maascli.rst (+1/-1)
To merge this branch: bzr merge lp:~cjohnston/maas/1481118-apikey-doc-fix-trunk
Reviewer Review Type Date Requested Status
Mike Pontillo (community) Approve
Review via email: mp+266930@code.launchpad.net

Commit message

Add --username to maas-region-admin apikey command docs.

To post a comment you must log in.
Revision history for this message
Mike Pontillo (mpontillo) wrote :

Looks great. Thanks for doing this!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'docs/maascli.rst'
2--- docs/maascli.rst 2014-09-23 19:54:04 +0000
3+++ docs/maascli.rst 2015-08-04 17:31:25 +0000
4@@ -40,7 +40,7 @@
5 To obtain the key through the command line, run this command on the region
6 controller (it requires root access)::
7
8- $ sudo maas-region-admin apikey my-username
9+ $ sudo maas-region-admin apikey --username=my-username
10
11 (Substitute your MAAS user name for my-username).
12