Skip to content

Commit ab77c30

Browse files
chriscoolgitster
authored andcommitted
replace: add --edit to usage string
Signed-off-by: Christian Couder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 85f98fc commit ab77c30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builtin/replace.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
static const char * const git_replace_usage[] = {
1818
N_("git replace [-f] <object> <replacement>"),
19+
N_("git replace [-f] --edit <object>"),
1920
N_("git replace -d <object>..."),
2021
N_("git replace [--format=<format>] [-l [<pattern>]]"),
2122
NULL

0 commit comments

Comments
 (0)