diff options
author | Waldo Bastian <waldo.bastian@intel.com> | 2006-06-15 00:15:26 +0000 |
---|---|---|
committer | Waldo Bastian <waldo.bastian@intel.com> | 2006-06-15 00:15:26 +0000 |
commit | 1a7591e6f1f0097ab54dc42894f12c2132264c2d (patch) | |
tree | c23d8dd81aac4b3449e9fadb3046aa775247a63f /scripts/man/xdg-email.1 | |
parent | 3ef7cdab79ee83fb8b641f9bf81e752d70c400c1 (diff) |
Consistent command line parsing and error messages.
Diffstat (limited to 'scripts/man/xdg-email.1')
-rw-r--r-- | scripts/man/xdg-email.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/man/xdg-email.1 b/scripts/man/xdg-email.1 index aece133..c00aa12 100644 --- a/scripts/man/xdg-email.1 +++ b/scripts/man/xdg-email.1 @@ -24,7 +24,7 @@ xdg-email \- command line tool for sending mail using the user's preferred e-mai .ad l .hy 0 .HP 10 -\fBxdg\-email\fR [\fB\-\-utf8\fR] [\fB\-\-cc\fR\ \fIaddress\fR] [\fB\-\-bcc\fR\ \fIaddress\fR] [\fB\-\-subject\fR\ \fIsubject\fR] [\fB\-\-body\fR\ \fIbody\fR] [\fB\-\-attach\fR\ \fIfile\fR] {\fB\fImailto\-uri\fR\fR | \fB\fIaddress(es)\fR\fR} +\fBxdg\-email\fR [\fB\-\-utf8\fR] [\fB\-\-cc\fR\ \fIaddress\fR] [\fB\-\-bcc\fR\ \fIaddress\fR] [\fB\-\-subject\fR\ \fItext\fR] [\fB\-\-body\fR\ \fItext\fR] [\fB\-\-attach\fR\ \fIfile\fR] {\fB\fImailto\-uri\fR\fR | \fB\fIaddress(es)\fR\fR} .ad .hy .ad l @@ -60,12 +60,12 @@ Specify a recipient to be copied on the e\-mail\&. Specify a recipient to be blindly copied on the e\-mail\&. .TP -\fB\-\-subject\fR \fIsubject\fR +\fB\-\-subject\fR \fItext\fR Specify a subject for the e\-mail\&. .TP -\fB\-\-body\fR \fIbody\fR -Specify a body for the e\-mail\&. Since the user will be able to make changes before actually sending the e\-mail, this can be used to provide the user with a template for the e\-mail\&. +\fB\-\-body\fR \fItext\fR +Specify a body for the e\-mail\&. Since the user will be able to make changes before actually sending the e\-mail, this can be used to provide the user with a template for the e\-mail\&. \fItext\fR may contain linebreaks\&. .TP \fB\-\-attach\fR \fIfile\fR |