File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,11 @@ LONG VIEW OPTIONS
49
49
-t, --time FIELD which timestamp field to list (modified, accessed, created)
50
50
-u, --accessed use the accessed timestamp field
51
51
-U, --created use the created timestamp field
52
- --time-style how to format timestamps (default, iso, long-iso, full-iso)"## ;
52
+ --time-style how to format timestamps (default, iso, long-iso, full-iso)
53
+ --no-permissions suppress the permissions field
54
+ --no-filesize suppress the filesize field
55
+ --no-user suppress the user field
56
+ --no-time suppress the time field"## ;
53
57
54
58
static GIT_HELP : & str = r##" --git list each file's Git status, if tracked or ignored"## ;
55
59
static EXTENDED_HELP : & str = r##" -@, --extended list each file's extended attributes and sizes"## ;
Original file line number Diff line number Diff line change @@ -42,5 +42,9 @@ LONG VIEW OPTIONS
42
42
-u, --accessed use the accessed timestamp field
43
43
-U, --created use the created timestamp field
44
44
--time-style how to format timestamps (default, iso, long-iso, full-iso)
45
+ --no-permissions suppress the permissions field
46
+ --no-filesize suppress the filesize field
47
+ --no-user suppress the user field
48
+ --no-time suppress the time field
45
49
--git list each file's Git status, if tracked or ignored
46
50
-@, --extended list each file's extended attributes and sizes
You can’t perform that action at this time.
0 commit comments