From 6542cacbb33490ab83ef87a5fbee694cd2863bdd Mon Sep 17 00:00:00 2001 From: Toon Claes Date: Wed, 1 Apr 2026 22:55:11 +0200 Subject: replay: use stuck form in documentation and help message gitcli(7) suggests to use stuck form. Change the documentation strings to use this form. While at it, reorder them to match the order in the docs. Signed-off-by: Toon Claes Signed-off-by: Junio C Hamano --- builtin/replay.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'builtin') diff --git a/builtin/replay.c b/builtin/replay.c index 85aa9fa0a4..fbfeb780b6 100644 --- a/builtin/replay.c +++ b/builtin/replay.c @@ -84,8 +84,8 @@ int cmd_replay(int argc, const char *const replay_usage[] = { N_("(EXPERIMENTAL!) git replay " - "([--contained] --onto | --advance | --revert ) " - "[--ref-action[=]] "), + "([--contained] --onto= | --advance= | --revert=)\n" + "[--ref-action=] "), NULL }; struct option replay_options[] = { -- cgit v1.3