Skip to content

Commit

Permalink
Fix UsageText for show disc
Browse files Browse the repository at this point in the history
  • Loading branch information
telyn committed Jun 14, 2017
1 parent d48f04a commit 5994d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bytemark/show.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ If the --json flag is specified, prints a complete overview of the account in JS
}, {
Name: "disc",
Usage: "outputs info about a disc",
UsageText: "bytemark show group [--json | --table] [--table-fields help | <fields>] <server> <disc label>",
UsageText: "bytemark show disc [--json | --table] [--table-fields help | <fields>] <server> <disc label>",
Description: `This command displays information about a disc including any backups and backup schedules on the disc`,
Flags: append(OutputFlags("disc details", "object", DefaultDiscTableFields),
cli.GenericFlag{
Expand Down

0 comments on commit 5994d4d

Please sign in to comment.