Browse Source

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>
maint
Mike Ralphson 16 years ago committed by Junio C Hamano
parent
commit
7c0282bfb9
  1. 2
      builtin-remote.c

2
builtin-remote.c

@ -1216,7 +1216,7 @@ static int update(int argc, const char **argv) @@ -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()
};


Loading…
Cancel
Save