From 8b8c687674b999cc08d92aebac2ca675fb739453 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Fri, 3 Mar 2006 18:10:04 +0000 Subject: Consistency: Make --fetchall an alias for --all. svn path=/branches/BRANCH_6-3/; revision=4710 --- options.c | 1 + 1 file changed, 1 insertion(+) (limited to 'options.c') diff --git a/options.c b/options.c index 67da077e..8a7c5a35 100644 --- a/options.c +++ b/options.c @@ -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' }, -- cgit v1.2.3