Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
33825193
...
33825193d58de51f0d9fbe261180159d1f623d8f
authored
2001-05-04 04:18:42 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Typo corrected.
1 parent
5c012a0e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
ChangeLog
mail/mail.c
ChangeLog
View file @
3382519
2001-05-03 Sam Roberts
* mail/mail.c: Typo
2001-05-03 Alain Magloire
* argp/argp-help.c (hol_entry_help): Some compiler like Watcomm
...
...
mail/mail.c
View file @
3382519
...
...
@@ -42,7 +42,7 @@ static struct argp_option options[] = {
{
"quit"
,
'q'
,
0
,
0
,
"Cause interrupts to terminate program"
},
{
"read"
,
'r'
,
0
,
0
,
"Same as -p"
},
{
"subject"
,
's'
,
"SUBJ"
,
0
,
"Send a message with a Subject of SUBJ"
},
{
"to"
,
't'
,
0
,
0
,
"Preced message by a list of addresses"
},
{
"to"
,
't'
,
0
,
0
,
"Preced
e
message by a list of addresses"
},
{
"user"
,
'u'
,
"USER"
,
0
,
"Operate on USER's mailbox"
},
{
0
}
};
...
...
Please
register
or
sign in
to post a comment