--- rc.pod 2002/01/23 13:10:39 1.9
+++ rc.pod 2002/01/23 13:29:21 1.10
@@ -73,59 +73,77 @@
Inclusive options which may be used with another
=item B<-c>, B<--config> F<file>
+
specify the location of the configuration file,
-overriding the environment variable $OSSP_RC_ROOT
+overriding the environment variable C<$OSSP_RC_CONFIG>
+and the built-in hard-coded value.
=item B<-n>, B<--func> F<file>[C<:>F<file>[...]]
+
specify the location of an optional functions file,
containing Bourne shell script code
=item B<-f>, B<--file> F<file>
+
use the configuration and section data of a particular file
=item B<-d>, B<--dirs> I<dir>[C<:>I<dir>[...]
+
override OSSP_RC_ROOT, and use these paths instead
=item B<-t>, B<--tmpdir> I<dir>
+
specify the location of the temporary directory
=item B<-v>, B<--verbose>
+
verbosely report processing, including all warnings
=item B<-s>, B<--silent>
+
hold silence, and output no text messages whatsoever
=item B<-d>, B<--debug>
+
don't remove temporary files, and output debug messages to stderr
=item B<-r>, B<--raw>
+
output text using no terminal control sequences
Mutually exclusive options, i.e. only a single one can be given
=item B<-h>, B<--help>
+
print this help, then exit
=item B<-V>, B<--version>
+
print version and copyright, then exit
=item B<-p>, B<--print>
+
output the text as it would be interpreted
by the shell, but do not run the commands
=item B<-e>, B<--eval>
+
output the text for a command suitable for shell evaluation
=item B<-x>, B<--exec>
+
execute in subshell(s), follow with <program> <section>
=item B<-q>, B<--query>
+
print the value(s) of rc configuration variables
=item B<-l>, B<--labels>
+
learn what section labels a run command offers
=item B<-i>, B<--info>
+
print a comprehensive summary of the rc environment
All of these options have reasonable default values, which OSSP rc assumes
|