Skip to content

Commit

Permalink
update usage text again
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwagg committed Mar 22, 2018
1 parent 3912ad9 commit 6768423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bytemark/commands/admin/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ func init() {
{
Name: "storage pool",
Usage: "update the settings of a storage pool",
UsageText: "bytemark --admin update storage pool [--usage-strategy new-strategy] [--overcommit-ratio new-ratio] [--label new-label] [--migration-concurrency new-limit]",
UsageText: "bytemark --admin update storage pool <storage pool> [--usage-strategy new-strategy] [--overcommit-ratio new-ratio] [--label new-label] [--migration-concurrency new-limit]",
Flags: []cli.Flag{
cli.StringFlag{
Name: "storage-pool",
Expand Down

0 comments on commit 6768423

Please sign in to comment.