forked from TrueCloudLab/rclone
listremotes: remove -l
short flag as it conflicts with the new global flag
This commit is contained in:
parent
96f6708461
commit
3aa1818870
1 changed files with 1 additions and 1 deletions
|
@ -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{
|
||||
|
|
Loading…
Reference in a new issue