Skip to content

Commit

Permalink
-i short flag for instance ids
Browse files Browse the repository at this point in the history
  • Loading branch information
aidansteele committed Aug 24, 2017
1 parent 3d62f3a commit ec869c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func init() {
RootCmd.PersistentFlags().String("region", "", "")
RootCmd.PersistentFlags().String("s3-bucket", "", "")
RootCmd.PersistentFlags().String("s3-key-prefix", "", "")
RootCmd.PersistentFlags().StringSlice("instance-ids", []string{}, "")
RootCmd.PersistentFlags().StringSliceP("instance-id", "i", []string{}, "")
RootCmd.PersistentFlags().StringSliceP("tag", "t", []string{}, "")
RootCmd.PersistentFlags().Int64("timeout", 600, "")
}
Expand Down

0 comments on commit ec869c3

Please sign in to comment.