diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-09-25 12:56:30 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-09-25 12:56:30 +0000 |
commit | 88b7296dd2934471daa81c4a18e5e44986e6f9ea (patch) | |
tree | be070db403bf9ebc7df82e9729c55e23b2b927fe /options.c | |
parent | cc14e64176ae6357f96d740b38fcddd725804808 (diff) | |
download | fetchmail-88b7296dd2934471daa81c4a18e5e44986e6f9ea.tar.gz fetchmail-88b7296dd2934471daa81c4a18e5e44986e6f9ea.tar.bz2 fetchmail-88b7296dd2934471daa81c4a18e5e44986e6f9ea.zip |
Revert accidental translatable string spacing changes made in r4321.
svn path=/trunk/; revision=4331
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 64 |
1 files changed, 32 insertions, 32 deletions
@@ -568,59 +568,59 @@ struct query *ctl; /* option record to be initialized */ if (errflag || ocount > 1 || helpflag) { /* squawk if syntax errors were detected */ -#define P(s) fputs(s, helpflag ? stdout : stderr) +#define P(s) fputs(s, helpflag ? stdout : stderr) P(GT_("usage: fetchmail [options] [server ...]\n")); P(GT_(" Options are as follows:\n")); - P(GT_(" -?, --help display this option help\n")); - P(GT_(" -V, --version display version info\n")); + P(GT_(" -?, --help display this option help\n")); + P(GT_(" -V, --version display version info\n")); - P(GT_(" -c, --check check for messages without fetching\n")); - P(GT_(" -s, --silent work silently\n")); - P(GT_(" -v, --verbose work noisily (diagnostic output)\n")); - P(GT_(" -d, --daemon run as a daemon once per n seconds\n")); + P(GT_(" -c, --check check for messages without fetching\n")); + P(GT_(" -s, --silent work silently\n")); + P(GT_(" -v, --verbose work noisily (diagnostic output)\n")); + P(GT_(" -d, --daemon run as a daemon once per n seconds\n")); P(GT_(" -N, --nodetach don't detach daemon process\n")); - P(GT_(" -q, --quit kill daemon process\n")); - P(GT_(" -L, --logfile specify logfile name\n")); - P(GT_(" --syslog use syslog(3) for most messages when running as a daemon\n")); + P(GT_(" -q, --quit kill daemon process\n")); + P(GT_(" -L, --logfile specify logfile name\n")); + P(GT_(" --syslog use syslog(3) for most messages when running as a daemon\n")); P(GT_(" --invisible don't write Received & enable host spoofing\n")); P(GT_(" -f, --fetchmailrc specify alternate run control file\n")); - P(GT_(" -i, --idfile specify alternate UIDs file\n")); + P(GT_(" -i, --idfile specify alternate UIDs file\n")); P(GT_(" --postmaster specify recipient of last resort\n")); P(GT_(" --nobounce redirect bounces from user to postmaster.\n")); #ifdef CAN_MONITOR P(GT_(" -I, --interface interface required specification\n")); - P(GT_(" -M, --monitor monitor interface for activity\n")); + P(GT_(" -M, --monitor monitor interface for activity\n")); #endif #if defined( SSL_ENABLE ) - P(GT_(" --ssl enable ssl encrypted session\n")); - P(GT_(" --sslkey ssl private key file\n")); - P(GT_(" --sslcert ssl client certificate\n")); + P(GT_(" --ssl enable ssl encrypted session\n")); + P(GT_(" --sslkey ssl private key file\n")); + P(GT_(" --sslcert ssl client certificate\n")); P(GT_(" --sslcertpath path to ssl certificates\n")); P(GT_(" --sslfingerprint fingerprint that must match that of the server's cert.\n")); P(GT_(" --sslproto force ssl protocol (ssl2/ssl3/tls1)\n")); #endif - P(GT_(" --plugin specify external command to open connection\n")); - P(GT_(" --plugout specify external command to open smtp connection\n")); + P(GT_(" --plugin specify external command to open connection\n")); + P(GT_(" --plugout specify external command to open smtp connection\n")); P(GT_(" -p, --protocol specify retrieval protocol (see man page)\n")); - P(GT_(" -U, --uidl force the use of UIDLs (pop3 only)\n")); - P(GT_(" -P, --port TCP port to connect to (obsolete, use --service)\n")); - P(GT_(" --service TCP service to connect to (can be numeric TCP port)\n")); - P(GT_(" --auth authentication type (password/kerberos/ssh/otp)\n")); - P(GT_(" -t, --timeout server nonresponse timeout\n")); + P(GT_(" -U, --uidl force the use of UIDLs (pop3 only)\n")); + P(GT_(" -P, --port TCP port to connect to (obsolete, use --service)\n")); + P(GT_(" --service TCP service to connect to (can be numeric TCP port)\n")); + P(GT_(" --auth authentication type (password/kerberos/ssh/otp)\n")); + P(GT_(" -t, --timeout server nonresponse timeout\n")); P(GT_(" -E, --envelope envelope address header\n")); P(GT_(" -Q, --qvirtual prefix to remove from local user id\n")); P(GT_(" --principal mail service principal\n")); P(GT_(" --tracepolls add poll-tracing information to Received header\n")); P(GT_(" -u, --username specify users's login on server\n")); - P(GT_(" -a, --all retrieve old and new messages\n")); - P(GT_(" -K, --nokeep delete new messages after retrieval\n")); - P(GT_(" -k, --keep save new messages after retrieval\n")); - P(GT_(" -F, --flush delete old messages from server\n")); + P(GT_(" -a, --all retrieve old and new messages\n")); + P(GT_(" -K, --nokeep delete new messages after retrieval\n")); + P(GT_(" -k, --keep save new messages after retrieval\n")); + P(GT_(" -F, --flush delete old messages from server\n")); P(GT_(" --limitflush delete oversized messages\n")); P(GT_(" -n, --norewrite don't rewrite header addresses\n")); - P(GT_(" -l, --limit don't fetch messages over given size\n")); + P(GT_(" -l, --limit don't fetch messages over given size\n")); P(GT_(" -w, --warnings interval between warning mail notification\n")); P(GT_(" -S, --smtphost set SMTP forwarding host\n")); @@ -632,11 +632,11 @@ struct query *ctl; /* option record to be initialized */ P(GT_(" -B, --fetchlimit set fetch limit for server connections\n")); P(GT_(" --fetchsizelimit set fetch message size limit\n")); P(GT_(" --fastuidl do a binary search for UIDLs\n")); - P(GT_(" -e, --expunge set max deletions between expunges\n")); - P(GT_(" -m, --mda set MDA to use for forwarding\n")); - P(GT_(" --bsmtp set output BSMTP file\n")); - P(GT_(" --lmtp use LMTP (RFC2033) for delivery\n")); - P(GT_(" -r, --folder specify remote folder name\n")); + P(GT_(" -e, --expunge set max deletions between expunges\n")); + P(GT_(" -m, --mda set MDA to use for forwarding\n")); + P(GT_(" --bsmtp set output BSMTP file\n")); + P(GT_(" --lmtp use LMTP (RFC2033) for delivery\n")); + P(GT_(" -r, --folder specify remote folder name\n")); P(GT_(" --showdots show progress dots even in logfiles\n")); #undef P |