aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-10-31 10:24:36 +0000
committerEric Andersen <andersen@codepoet.org>2001-10-31 10:24:36 +0000
commit6cf47a79acfef8dbe4e651560f59200978b656b1 (patch)
tree3ae009b33f74d131da1747d558ab357511136f7d /applets
parent2bc4dec7a15998fa37c03005a9612c7f22df4f7a (diff)
downloadbusybox-6cf47a79acfef8dbe4e651560f59200978b656b1.tar.gz
Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it>
Diffstat (limited to 'applets')
-rw-r--r--applets/usage.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/applets/usage.h b/applets/usage.h
index 1de29666e..bbed44d0c 100644
--- a/applets/usage.h
+++ b/applets/usage.h
@@ -660,6 +660,7 @@
"\t-s\t\tShort\n" \
"\t-i\t\tAddresses for the hostname\n" \
"\t-d\t\tDNS domain name\n" \
+ "\t-f\t\tFully qualified domain name\n" \
"\t-F, --file FILE\tUse the contents of FILE to specify the hostname"
#define hostname_example_usage \
"$ hostname\n" \
@@ -1382,6 +1383,15 @@
#define rpm2cpio_full_usage \
"Outputs a cpio archive of the rpm file."
+#define run_parts_trivial_usage \
+ "[-t] [-a ARG] [-u MASK] DIRECTORY"
+#define run_parts_full_usage \
+ "Run a bunch of scripts in a directory.\n\n" \
+ "Options:\n" \
+ "\t-t\t\tTest only what file will be executed, without execute them.\n" \
+ "\t-a ARG\tPass ARG as an argument for every program invoked.\n" \
+ "\t-u MASK\tSet the umask to MASK before executing every program."
+
#define sed_trivial_usage \
"[-nef] pattern [files...]"
#define sed_full_usage \