aboutsummaryrefslogtreecommitdiffstats
path: root/commands/label.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/label.go')
-rw-r--r--commands/label.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/commands/label.go b/commands/label.go
index 713d9b35..f5e3a6fc 100644
--- a/commands/label.go
+++ b/commands/label.go
@@ -57,6 +57,8 @@ var labelCmd = &cobra.Command{
func init() {
RootCmd.AddCommand(labelCmd)
+ labelCmd.Flags().SortFlags = false
+
labelCmd.Flags().BoolVarP(&labelRemove, "remove", "r", false,
"Remove a label",
)