summaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-05-30 00:29:55 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-05-30 00:29:55 +0000
commit4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b (patch)
tree7dfc507c1a7d14fb61d4fd0c68481e01b4a36ba1 /include/usage.h
parent4ef7d3a2de3df27dde80a64987202f10aebfe925 (diff)
downloadbusybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.tar.gz
busybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.tar.bz2
busybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.zip
whitespace fixes
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/usage.h b/include/usage.h
index 4a18d6a3a..085bbdd7b 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -578,10 +578,10 @@
578 "Deallocate unused virtual terminal /dev/ttyN" 578 "Deallocate unused virtual terminal /dev/ttyN"
579 579
580#define delgroup_trivial_usage \ 580#define delgroup_trivial_usage \
581 USE_FEATURE_DEL_USER_FROM_GROUP("[USER] ")"GROUP" 581 USE_FEATURE_DEL_USER_FROM_GROUP("[USER] ")"GROUP"
582#define delgroup_full_usage \ 582#define delgroup_full_usage \
583 "Delete group GROUP from the system" \ 583 "Delete group GROUP from the system" \
584 USE_FEATURE_DEL_USER_FROM_GROUP(" or user USER from group GROUP") 584 USE_FEATURE_DEL_USER_FROM_GROUP(" or user USER from group GROUP")
585 585
586#define deluser_trivial_usage \ 586#define deluser_trivial_usage \
587 "USER" 587 "USER"
@@ -966,7 +966,7 @@
966 ) USE_FEATURE_FIND_EXEC( \ 966 ) USE_FEATURE_FIND_EXEC( \
967 "\n -exec CMD Execute CMD with all instances of {} replaced by the" \ 967 "\n -exec CMD Execute CMD with all instances of {} replaced by the" \
968 "\n files matching EXPRESSION" \ 968 "\n files matching EXPRESSION" \
969 ) USE_FEATURE_FIND_USER( \ 969 ) USE_FEATURE_FIND_USER( \
970 "\n -user NAME File is owned by user NAME (numeric user ID allowed)" \ 970 "\n -user NAME File is owned by user NAME (numeric user ID allowed)" \
971 ) USE_FEATURE_FIND_GROUP( \ 971 ) USE_FEATURE_FIND_GROUP( \
972 "\n -group NAME File belongs to group NAME (numeric group ID allowed)" \ 972 "\n -group NAME File belongs to group NAME (numeric group ID allowed)" \
@@ -976,9 +976,9 @@
976 "\n -size N File size is N" \ 976 "\n -size N File size is N" \
977 ) USE_FEATURE_FIND_PRUNE( \ 977 ) USE_FEATURE_FIND_PRUNE( \
978 "\n -prune Stop traversing current subtree" \ 978 "\n -prune Stop traversing current subtree" \
979 ) USE_FEATURE_FIND_DELETE( \ 979 ) USE_FEATURE_FIND_DELETE( \
980 "\n -delete Delete files; Turns on -depth option" \ 980 "\n -delete Delete files; Turns on -depth option" \
981 ) USE_FEATURE_FIND_PATH( \ 981 ) USE_FEATURE_FIND_PATH( \
982 "\n -path Path matches PATTERN" \ 982 "\n -path Path matches PATTERN" \
983 ) USE_FEATURE_FIND_PAREN( \ 983 ) USE_FEATURE_FIND_PAREN( \
984 "\n (EXPR) Group an expression" \ 984 "\n (EXPR) Group an expression" \