mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
listremotes: remove -l
short flag as it conflicts with the new global flag
This commit is contained in:
parent
96f6708461
commit
3aa1818870
@ -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 New Issue
Block a user