diff --git a/cmd/listremotes/listremotes.go b/cmd/listremotes/listremotes.go index 6ecb9f107..c62880454 100644 --- a/cmd/listremotes/listremotes.go +++ b/cmd/listremotes/listremotes.go @@ -16,7 +16,7 @@ var ( func init() { cmd.Root.AddCommand(commandDefintion) - commandDefintion.Flags().BoolVarP(&listLong, "long", "l", listLong, "Show the type as well as names.") + commandDefintion.Flags().BoolVarP(&listLong, "long", "", listLong, "Show the type as well as names.") } var commandDefintion = &cobra.Command{