Improve help text #6392

Merged
merged 1 commit into from Oct 7, 2016

Conversation

Projects
None yet
4 participants
Owner

wallyworld commented 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.

cmd/juju/user/list.go
@@ -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.
@mjs

mjs Oct 6, 2016

Contributor

Aren't these supposed to be a single line?

mjs approved these changes Oct 7, 2016

cmd/juju/user/list.go
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.
@mjs

mjs Oct 7, 2016

Contributor

Line wrapping?

Owner

wallyworld commented Oct 7, 2016

$$merge$$

Contributor

jujubot commented Oct 7, 2016

Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju

@jujubot 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