projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a162e78
)
builtin-remote: fix typo in option description
author
Mike Ralphson
<mike@abacus.co.uk>
Fri, 17 Apr 2009 18:13:29 +0000
(19:13 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 20 Apr 2009 22:55:56 +0000
(15:55 -0700)
Signed-off-by: Mike Ralphson <mike@abacus.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-remote.c
patch
|
blob
|
history
diff --git
a/builtin-remote.c
b/builtin-remote.c
index ca7c639ad30fd5682014eb984ab18d3fb0546c67..2ed752cbf1803c243145ecc73d6abbf758a2203a 100644
(file)
--- a/
builtin-remote.c
+++ b/
builtin-remote.c
@@
-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 fe
ct
hing"),
+ "prune remotes after fe
tc
hing"),
OPT_END()
};