fdisk: fix minor issues with help text
This commit is contained in:
parent
be99243945
commit
d786cc5966
@ -940,24 +940,24 @@
|
||||
"[PATH...] [EXPRESSION]"
|
||||
#define find_full_usage \
|
||||
"Search for files in a directory hierarchy. The default PATH is\n" \
|
||||
"the current directory; default EXPRESSION is '-print'\n" \
|
||||
"\nEXPRESSION may consist of:\n" \
|
||||
" -follow Dereference symlinks\n" \
|
||||
" -name PATTERN File name (leading directories removed) matches PATTERN\n" \
|
||||
" -print Print (default and assumed)" \
|
||||
"the current directory, default EXPRESSION is '-print'\n" \
|
||||
"\nEXPRESSION may consist of:" \
|
||||
"\n -follow Dereference symlinks" \
|
||||
"\n -name PATTERN File name (leading directories removed) matches PATTERN" \
|
||||
"\n -print Print (default and assumed)" \
|
||||
USE_FEATURE_FIND_PRINT0( \
|
||||
"\n -print0 Delimit output with null characters rather than" \
|
||||
"\n newlines" \
|
||||
) USE_FEATURE_FIND_TYPE( \
|
||||
"\n -type X Filetype matches X (where X is one of: f,d,l,b,c,...)" \
|
||||
) USE_FEATURE_FIND_PERM( \
|
||||
"\n -perm PERMS Permissions match any of (+NNN); all of (-NNN);" \
|
||||
"\n -perm PERMS Permissions match any of (+NNN), all of (-NNN)," \
|
||||
"\n or exactly (NNN)" \
|
||||
) USE_FEATURE_FIND_MTIME( \
|
||||
"\n -mtime DAYS Modified time is greater than (+N); less than (-N);" \
|
||||
"\n Or exactly (N) days" \
|
||||
"\n -mtime DAYS Modified time is greater than (+N), less than (-N)," \
|
||||
"\n or exactly (N) days" \
|
||||
) USE_FEATURE_FIND_MMIN( \
|
||||
"\n -mmin MINS Modified time is greater than (+N); less than (-N);" \
|
||||
"\n -mmin MINS Modified time is greater than (+N), less than (-N)," \
|
||||
"\n or exactly (N) minutes" \
|
||||
) USE_FEATURE_FIND_NEWER( \
|
||||
"\n -newer FILE Modified time is more recent than FILE's" \
|
||||
@ -977,7 +977,7 @@
|
||||
) USE_FEATURE_FIND_PRUNE( \
|
||||
"\n -prune Stop traversing current subtree" \
|
||||
) USE_FEATURE_FIND_DELETE( \
|
||||
"\n -delete Delete files; Turns on -depth option" \
|
||||
"\n -delete Delete files, turns on -depth option" \
|
||||
) USE_FEATURE_FIND_PATH( \
|
||||
"\n -path Path matches PATTERN" \
|
||||
) USE_FEATURE_FIND_PAREN( \
|
||||
|
Loading…
x
Reference in New Issue
Block a user