From 8d34d3379f2946a4a2fc95802a39ea3be8a55e71 Mon Sep 17 00:00:00 2001 From: Jean-Noël Avila Date: Sat, 12 Apr 2025 12:20:47 +0000 Subject: doc: move synopsis git-mv commands in the synopsis section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This also entails changing the help output for the command to match the new synopsis. Signed-off-by: Jean-Noël Avila Signed-off-by: Junio C Hamano --- builtin/mv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'builtin') diff --git a/builtin/mv.c b/builtin/mv.c index 55a7d471dc..9e36b616ab 100644 --- a/builtin/mv.c +++ b/builtin/mv.c @@ -28,7 +28,8 @@ #include "entry.h" static const char * const builtin_mv_usage[] = { - N_("git mv [] ... "), + N_("git mv [-v] [-f] [-n] [-k] "), + N_("git mv [-v] [-f] [-n] [-k] ... "), NULL }; -- cgit v1.3