aboutsummaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorToon Claes <toon@iotcl.com>2026-04-01 22:55:11 +0200
committerJunio C Hamano <gitster@pobox.com>2026-04-01 21:34:25 -0700
commit6542cacbb33490ab83ef87a5fbee694cd2863bdd (patch)
treec64cf4c98a4c733894c035fe0a9f915bcb60768e /builtin
parente5ae639f1a25642650cefedf6478ff5903ffb2f0 (diff)
downloadgit-6542cacbb33490ab83ef87a5fbee694cd2863bdd.tar.xz
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 <toon@iotcl.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin')
-rw-r--r--builtin/replay.c4
1 files changed, 2 insertions, 2 deletions
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 <newbase> | --advance <branch> | --revert <branch>) "
- "[--ref-action[=<mode>]] <revision-range>"),
+ "([--contained] --onto=<newbase> | --advance=<branch> | --revert=<branch>)\n"
+ "[--ref-action=<mode>] <revision-range>"),
NULL
};
struct option replay_options[] = {