From 7ec0d83224a13cf90fcee689a79a789e7c7503db Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Wed, 28 Dec 2011 08:37:25 +0200 Subject: [PATCH] sa-compile.raw: (SYNOPSYS, OPTIONS): order alphabetically. Organization: Private Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Jari Aalto --- sa-compile.raw | 78 ++++++++++++++++++++++++++++---------------------------- 1 files changed, 39 insertions(+), 39 deletions(-) diff --git a/sa-compile.raw b/sa-compile.raw index e5447a1..be310af 100755 --- a/sa-compile.raw +++ b/sa-compile.raw @@ -667,19 +667,19 @@ B [options] Options: - --list Output base string list to STDOUT - --sudo Use 'sudo' for privilege escalation - --keep-tmps Keep temporary files instead of deleting -C path, --configpath=path, --config-file=path Path to standard configuration dir + --cf='config line' Additional line of configuration + -D, --debug [area=n,...] Print debugging messages + --keep-tmps Keep temporary files instead of deleting + --list Output base string list to STDOUT -p prefs, --prefspath=file, --prefs-file=file Set user preferences file --siteconfigpath=path Path for site configs (default: /etc/mail/spamassassin) + --sudo Use 'sudo' for privilege escalation --updatedir=path Directory to place updates (default: @@LOCAL_STATE_DIR@@/compiled//@@VERSION@@) - --cf='config line' Additional line of configuration - -D, --debug [area=n,...] Print debugging messages -V, --version Print version -h, --help Print usage message @@ -713,35 +713,56 @@ reload the now-compiled ruleset automatically. =over 4 -=item B<--list> +=item B<-C> I, B<--configpath>=I, B<--config-file>=I -Output the extracted base strings to STDOUT, instead of generating -the C extension code. +Use the specified path for locating the distributed configuration files. +Ignore the default directories (usually C or similar). -=item B<--sudo> +=item B<--cf='config line'> -Use C to run code as 'root' when writing files to the compiled-rules -storage area (which is C<@@LOCAL_STATE_DIR@@/compiled/@@PERL_MAJOR_VER@@/@@VERSION@@> by default). +Add additional lines of configuration directly from the command-line, parsed +after the configuration files are read. Multiple B<--cf> arguments can be +used, and each will be considered a separate line of configuration. -=item B<--quiet> +=item B<-D> [I], B<--debug> [I] -Produce less diagnostic output. Errors will still be displayed. +Produce debugging output. If no areas are listed, all debugging information is +printed. Diagnostic output can also be enabled for each area individually; +I is the area of the code to instrument. + +For more information about which areas (also known as channels) are +available, please see the documentation at +L. + +=item B<--list> + +Output the extracted base strings to STDOUT, instead of generating +the C extension code. =item B<--keep-tmps> Keep temporary files after the script completes, instead of deleting them. -=item B<-C> I, B<--configpath>=I, B<--config-file>=I +=item B<-p> I, B<--prefspath>=I, B<--prefs-file>=I -Use the specified path for locating the distributed configuration files. -Ignore the default directories (usually C or similar). +Read user score preferences from I (usually +C<$HOME/.spamassassin/user_prefs>) . + +=item B<--quiet> + +Produce less diagnostic output. Errors will still be displayed. =item B<--siteconfigpath>=I Use the specified path for locating site-specific configuration files. Ignore the default directories (usually C or similar). +=item B<--sudo> + +Use C to run code as 'root' when writing files to the compiled-rules +storage area (which is C<@@LOCAL_STATE_DIR@@/compiled/@@PERL_MAJOR_VER@@/@@VERSION@@> by default). + =item B<--updatedir> By default, C will use the system-wide rules update directory: @@ -755,35 +776,14 @@ compiled rules the wrong directory, you probably need to rebuild SpamAssassin with different C arguments, instead of overriding sa-compile's runtime behaviour. -=item B<--cf='config line'> - -Add additional lines of configuration directly from the command-line, parsed -after the configuration files are read. Multiple B<--cf> arguments can be -used, and each will be considered a separate line of configuration. - -=item B<-p> I, B<--prefspath>=I, B<--prefs-file>=I - -Read user score preferences from I (usually -C<$HOME/.spamassassin/user_prefs>) . - -=item B<-D> [I], B<--debug> [I] - -Produce debugging output. If no areas are listed, all debugging information is -printed. Diagnostic output can also be enabled for each area individually; -I is the area of the code to instrument. +=item B<-V>, B<--version> -For more information about which areas (also known as channels) are -available, please see the documentation at -L. +Print sa-compile version and exit. =item B<-h>, B<--help> Print help message and exit. -=item B<-V>, B<--version> - -Print sa-compile version and exit. - =back =head1 SEE ALSO -- 1.7.7.3