Skip to content

Commit

Permalink
fixed travis errors
Browse files Browse the repository at this point in the history
  • Loading branch information
xmudrii committed Dec 23, 2016
1 parent 8fdd6af commit 3ffd041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/volumes.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ func Volume() *Command {

cmdRunVolumeSnapshot := CmdBuilder(cmd, RunVolumeSnapshot, "snapshot [volume-id]", "create a volume snapshot", Writer,
aliasOpt("s"), displayerType(&volume{}))
AddStringFlag(cmdRunVolumeSnapshot, doctl.ArgSnapshotName, "", "Snapshot name", requiredOpt())
AddStringFlag(cmdRunVolumeSnapshot, doctl.ArgSnapshotDesc, "", "Snapshot description")
AddStringFlag(cmdRunVolumeSnapshot, doctl.ArgSnapshotName, "", "", "Snapshot name", requiredOpt())
AddStringFlag(cmdRunVolumeSnapshot, doctl.ArgSnapshotDesc, "", "", "Snapshot description")

return cmd

Expand Down

0 comments on commit 3ffd041

Please sign in to comment.