1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-30 14:56:09 +02:00

replace: add --edit to usage string

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Christian Couder 2014-05-17 14:16:38 +02:00 committed by Junio C Hamano
parent 85f98fc037
commit ab77c309b6

View File

@ -16,6 +16,7 @@
static const char * const git_replace_usage[] = {
N_("git replace [-f] <object> <replacement>"),
N_("git replace [-f] --edit <object>"),
N_("git replace -d <object>..."),
N_("git replace [--format=<format>] [-l [<pattern>]]"),
NULL