From 6cf47a79acfef8dbe4e651560f59200978b656b1 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 31 Oct 2001 10:24:36 +0000 Subject: Run parts applet by Emanuele Aina --- include/usage.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'include/usage.h') diff --git a/include/usage.h b/include/usage.h index 1de2966..bbed44d 100644 --- a/include/usage.h +++ b/include/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 \ -- cgit v1.1