Skip to content

Commit

Permalink
Changed position of consts in args.go
Browse files Browse the repository at this point in the history
  • Loading branch information
xmudrii committed Dec 23, 2016
1 parent 2efda6a commit 17d01eb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions args.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ const (
ArgResizeDisk = "resize-disk"
// ArgSnapshotName is a snapshot name arugment.
ArgSnapshotName = "snapshot-name"
// ArgSnapshotDesc is the description for volume snapshot.
ArgSnapshotDesc = "snapshot-desc"
// ArgResourceType is the resource type for snapshot.
ArgResourceType = "resource"
// ArgBackups is an enable backups argument.
ArgBackups = "enable-backups"
// ArgIPv6 is an enable IPv6 argument.
Expand Down Expand Up @@ -131,9 +135,4 @@ const (

// ArgDeleteForce forces deletion actions
ArgDeleteForce = "force"

// ArgResourceType is the resource type for snapshot.
ArgResourceType = "resource"
// ArgSnapshotDesc is the description for volume snapshot.
ArgSnapshotDesc = "snapshot-desc"
)

0 comments on commit 17d01eb

Please sign in to comment.