mirror of
https://github.com/rclone/rclone
synced 2025-01-11 14:26:24 +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