Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Improve help text #6392
Conversation
| @@ -22,13 +22,22 @@ import ( | ||
| ) | ||
| var usageListUsersSummary = ` | ||
| -Lists Juju users allowed to connect to a controller.`[1:] | ||
| +Lists Juju users allowed to connect to a controller or model. | ||
| +When used without a model name argument, users relevant to a controller are printed. |
| var usageListUsersDetails = ` | ||
| -By default, the tabular format is used. | ||
| +When used without a model name argument, users relevant to a controller are printed. | ||
| +When used with a model name, users relevant to the specified model are printed.By default, the tabular format is used. |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 3ef47be
into
juju:master
Oct 7, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wallyworld commentedOct 6, 2016
•
Edited 1 time
-
wallyworld
Oct 6, 2016
Fixes: https://bugs.launchpad.net/juju/+bug/1630863
Fixes: https://bugs.launchpad.net/juju/+bug/1631199
Improve help text for list-users command.
Fix help text in upgrade-juju command.