aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/usage.src.h61
1 files changed, 0 insertions, 61 deletions
diff --git a/include/usage.src.h b/include/usage.src.h
index 64f2c909f..cd37a892d 100644
--- a/include/usage.src.h
+++ b/include/usage.src.h
@@ -2173,67 +2173,6 @@ INSERT
2173 "\n -h Print banner page too" \ 2173 "\n -h Print banner page too" \
2174 "\n -V Verbose" \ 2174 "\n -V Verbose" \
2175 2175
2176#define ls_trivial_usage \
2177 "[-1Aa" IF_FEATURE_LS_TIMESTAMPS("c") "Cd" \
2178 IF_FEATURE_LS_TIMESTAMPS("e") IF_FEATURE_LS_FILETYPES("F") "iln" \
2179 IF_FEATURE_LS_FILETYPES("p") IF_FEATURE_LS_FOLLOWLINKS("L") \
2180 IF_FEATURE_LS_RECURSIVE("R") IF_FEATURE_LS_SORTFILES("rS") "s" \
2181 IF_FEATURE_AUTOWIDTH("T") IF_FEATURE_LS_TIMESTAMPS("tu") \
2182 IF_FEATURE_LS_SORTFILES("v") IF_FEATURE_AUTOWIDTH("w") "x" \
2183 IF_FEATURE_LS_SORTFILES("X") IF_FEATURE_HUMAN_READABLE("h") "k" \
2184 IF_SELINUX("K") "] [FILE]..."
2185#define ls_full_usage "\n\n" \
2186 "List directory contents\n" \
2187 "\nOptions:" \
2188 "\n -1 List in a single column" \
2189 "\n -A Don't list . and .." \
2190 "\n -a Don't hide entries starting with ." \
2191 "\n -C List by columns" \
2192 IF_FEATURE_LS_TIMESTAMPS( \
2193 "\n -c With -l: sort by ctime") \
2194 IF_FEATURE_LS_COLOR( \
2195 "\n --color[={always,never,auto}] Control coloring") \
2196 "\n -d List directory entries instead of contents" \
2197 IF_FEATURE_LS_TIMESTAMPS( \
2198 "\n -e List full date and time") \
2199 IF_FEATURE_LS_FILETYPES( \
2200 "\n -F Append indicator (one of */=@|) to entries") \
2201 "\n -i List inode numbers" \
2202 "\n -l Long listing format" \
2203 "\n -n List numeric UIDs and GIDs instead of names" \
2204 IF_FEATURE_LS_FILETYPES( \
2205 "\n -p Append indicator (one of /=@|) to entries") \
2206 IF_FEATURE_LS_FOLLOWLINKS( \
2207 "\n -L List entries pointed to by symlinks") \
2208 IF_FEATURE_LS_RECURSIVE( \
2209 "\n -R Recurse") \
2210 IF_FEATURE_LS_SORTFILES( \
2211 "\n -r Sort in reverse order") \
2212 IF_FEATURE_LS_SORTFILES( \
2213 "\n -S Sort by file size") \
2214 "\n -s List the size of each file, in blocks" \
2215 IF_FEATURE_AUTOWIDTH( \
2216 "\n -T N Assume tabstop every N columns") \
2217 IF_FEATURE_LS_TIMESTAMPS( \
2218 "\n -t With -l: sort by modification time") \
2219 IF_FEATURE_LS_TIMESTAMPS( \
2220 "\n -u With -l: sort by access time") \
2221 IF_FEATURE_LS_SORTFILES( \
2222 "\n -v Sort by version") \
2223 IF_FEATURE_AUTOWIDTH( \
2224 "\n -w N Assume the terminal is N columns wide") \
2225 "\n -x List by lines" \
2226 IF_FEATURE_LS_SORTFILES( \
2227 "\n -X Sort by extension") \
2228 IF_FEATURE_HUMAN_READABLE( \
2229 "\n -h List sizes in human readable format (1K 243M 2G)") \
2230 IF_SELINUX( \
2231 "\n -k List security context") \
2232 IF_SELINUX( \
2233 "\n -K List security context in long format") \
2234 IF_SELINUX( \
2235 "\n -Z List security context and permission") \
2236
2237#define lsattr_trivial_usage \ 2176#define lsattr_trivial_usage \
2238 "[-Radlv] [FILE]..." 2177 "[-Radlv] [FILE]..."
2239#define lsattr_full_usage "\n\n" \ 2178#define lsattr_full_usage "\n\n" \