Skip to content

Commit 7c0282b

Browse files
MikeRalphsongitster
authored andcommitted
builtin-remote: fix typo in option description
Signed-off-by: Mike Ralphson <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a162e78 commit 7c0282b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin-remote.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1216,7 +1216,7 @@ static int update(int argc, const char **argv)
12161216
struct option options[] = {
12171217
OPT_GROUP("update specific options"),
12181218
OPT_BOOLEAN('p', "prune", &prune,
1219-
"prune remotes after fecthing"),
1219+
"prune remotes after fetching"),
12201220
OPT_END()
12211221
};
12221222

0 commit comments

Comments
 (0)