mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 16:34:30 +01:00
tree: remove -i shorthand for --noindent as it conflicts with -i/--interactive
This commit is contained in:
parent
b23cf58a41
commit
a3b3e1f646
@ -61,7 +61,7 @@ func init() {
|
||||
flags.BoolVarP(cmdFlags, &opts.DirSort, "dirsfirst", "", false, "List directories before files (-U disables).")
|
||||
flags.StringVarP(cmdFlags, &sort, "sort", "", "", "Select sort: name,version,size,mtime,ctime.")
|
||||
// Graphics
|
||||
flags.BoolVarP(cmdFlags, &opts.NoIndent, "noindent", "i", false, "Don't print indentation lines.")
|
||||
flags.BoolVarP(cmdFlags, &opts.NoIndent, "noindent", "", false, "Don't print indentation lines.")
|
||||
flags.BoolVarP(cmdFlags, &opts.Colorize, "color", "C", false, "Turn colorization on always.")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user