incorrect help example for juju add-unit
Bug #1781050 reported by
Paul Henien
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
High
|
Anastasia |
Bug Description
Example in juju add-unit --help is incorrect:
Add three units of mysql, one to machine 3 and the others to new machines:
juju add-unit mysql -n 3 --to 7
The above should say:
Add three units of mysql, one to machine 7 and the others to new machines:
juju add-unit mysql -n 3 --to 7
Changed in juju: | |
status: | New → Triaged |
importance: | Undecided → High |
milestone: | none → 2.4.1 |
tags: | added: bitesize helptext |
Changed in juju: | |
status: | Triaged → In Progress |
assignee: | nobody → Anastasia (anastasia-macmood) |
Changed in juju: | |
status: | In Progress → Fix Committed |
Changed in juju: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
PR against 2.4: https:/ /github. com/juju/ juju/pull/ 8913