File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ A Ruby script that colorizes the `ls` output with color and icons. Here are the
22
22
- ` -A ` (or) ` --almost-all `
23
23
- ` -d ` (or) ` --dirs `
24
24
- ` -f ` (or) ` --files `
25
- - ` -h ` (or) ` - -help`
25
+ - ` --help `
26
26
- ` -l ` (or) ` --long `
27
- - ` -r ` (or) ` - -report`
27
+ - ` --report `
28
28
- ` --tree ` (or) ` --tree=[DEPTH] `
29
29
- ` --gs ` (or) ` --git-status `
30
30
- ` --sd ` (or) ` --sort-dirs ` or ` --group-directories-first `
@@ -67,15 +67,15 @@ Man pages have been added. Checkout `man colorls`.
67
67
68
68
![ image] ( https://user-images.githubusercontent.com/17109060/32149065-5a27c9d4-bd25-11e7-9a2b-fd731d76a058.png )
69
69
70
- - With ` -h ` (or) ` - -help` : Prints a very helpful help menu
70
+ - With ` --help ` : Prints a very helpful help menu
71
71
72
72
![ image] ( https://user-images.githubusercontent.com/17109060/32149096-cf2cf5b0-bd25-11e7-84b6-909d79099c98.png )
73
73
74
74
- With ` -l ` (or) ` --long ` : Shows in long listing format
75
75
76
76
![ image] ( https://user-images.githubusercontent.com/17109060/32149049-2a63ae48-bd25-11e7-943c-5ceed25bd693.png )
77
77
78
- - With ` -r ` (or) ` - -report` : Shows brief report about number of files and folders shown
78
+ - With ` --report ` : Shows brief report about number of files and folders shown
79
79
80
80
![ image] ( https://user-images.githubusercontent.com/17109060/32149082-96a83fec-bd25-11e7-9081-7f77e4c90e90.png )
81
81
You can’t perform that action at this time.
0 commit comments