You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by si...@apache.org on 2007/04/25 01:37:03 UTC

svn commit: r532138 - /spamassassin/trunk/spamd/spamd.raw

Author: sidney
Date: Tue Apr 24 16:37:02 2007
New Revision: 532138

URL: http://svn.apache.org/viewvc?view=rev&rev=532138
Log:
trivial doc change. Add -V --version to usage, man, and pod

Modified:
    spamassassin/trunk/spamd/spamd.raw

Modified: spamassassin/trunk/spamd/spamd.raw
URL: http://svn.apache.org/viewvc/spamassassin/trunk/spamd/spamd.raw?view=diff&rev=532138&r1=532137&r2=532138
==============================================================================
--- spamassassin/trunk/spamd/spamd.raw (original)
+++ spamassassin/trunk/spamd/spamd.raw Tue Apr 24 16:37:02 2007
@@ -2566,7 +2566,7 @@
  --siteconfigpath=path             Path for site configs
  --cf='config line'                Additional line of configuration
  -d, --daemonize                   Daemonize
- -h, --help                        Print usage message.
+ -h, --help                        Print usage message
  -i [ipaddr], --listen-ip=ipaddr   Listen on the IP ipaddr
  --ipv4only, --ipv4-only, --ipv4   Disable attempted use of ipv6 for DNS
  -p port, --port=port              Listen on specified port
@@ -2610,6 +2610,7 @@
  --socketowner=name                Set UNIX domain socket file's owner
  --socketgroup=name                Set UNIX domain socket file's group
  --socketmode=mode                 Set UNIX domain socket file's mode
+ -V, --version                     Print version and exit
 
 =head1 DESCRIPTION
 
@@ -2684,6 +2685,10 @@
 =item B<-h>, B<--help>
 
 Print a brief help message, then exit without further action.
+
+=item B<-V>, B<--version>
+
+Print version information, then exit without further action.
 
 =item B<-i> [I<ipaddress>], B<--listen-ip>[=I<ipaddress>], B<--ip-address>[=I<ipaddress>]