summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a162e78)
raw | patch | inline | side by side (parent: a162e78)
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>
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
struct option options[] = {
OPT_GROUP("update specific options"),
OPT_BOOLEAN('p', "prune", &prune,
- "prune remotes after fecthing"),
+ "prune remotes after fetching"),
OPT_END()
};