builtin-remote: fix typo in option description

Signed-off-by: Mike Ralphson <mike@abacus.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Mike Ralphson 2009-04-17 19:13:29 +01:00 committed by Junio C Hamano
parent a162e78df0
commit 7c0282bfb9

View file

@ -1216,7 +1216,7 @@ static int update(int argc, const char **argv)
struct option options[] = {
OPT_GROUP("update specific options"),
OPT_BOOLEAN('p', "prune", &prune,
"prune remotes after fecthing"),
"prune remotes after fetching"),
OPT_END()
};