Skip to content

Commit

Permalink
Change wording of cli help message
Browse files Browse the repository at this point in the history
[#156301798]
  • Loading branch information
MirahImage committed Apr 3, 2018
1 parent 940ba3d commit 82edd09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/command/deployment_backup.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func (d DeploymentBackupCommand) Cli() cli.Command {
},
cli.StringFlag{
Name: "artifact-path",
Usage: "Specify an optional path to save the backup artifacts",
Usage: "Specify an optional path to save the backup artifacts to",
},
},
}
Expand Down
2 changes: 1 addition & 1 deletion cli/command/director_backup.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func (checkCommand DirectorBackupCommand) Cli() cli.Command {
Flags: []cli.Flag{
cli.StringFlag{
Name: "artifact-path",
Usage: "Specify an optional path to save the backup artifacts",
Usage: "Specify an optional path to save the backup artifacts to",
},
},
}
Expand Down

0 comments on commit 82edd09

Please sign in to comment.