diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-03-03 18:10:04 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-03-03 18:10:04 +0000 |
commit | 8b8c687674b999cc08d92aebac2ca675fb739453 (patch) | |
tree | a3cd00312c6329239847954a82be1f892d6d6827 /options.c | |
parent | 028477908572c8af9d4ea7406f306f81693618a2 (diff) | |
download | fetchmail-8b8c687674b999cc08d92aebac2ca675fb739453.tar.gz fetchmail-8b8c687674b999cc08d92aebac2ca675fb739453.tar.bz2 fetchmail-8b8c687674b999cc08d92aebac2ca675fb739453.zip |
Consistency: Make --fetchall an alias for --all.
svn path=/branches/BRANCH_6-3/; revision=4710
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -91,6 +91,7 @@ static const struct option longoptions[] = { {"username", required_argument, (int *) 0, 'u' }, {"all", no_argument, (int *) 0, 'a' }, + {"fetchall", no_argument, (int *) 0, 'a' }, {"nokeep", no_argument, (int *) 0, 'K' }, {"keep", no_argument, (int *) 0, 'k' }, {"flush", no_argument, (int *) 0, 'F' }, |