aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJean-Noël Avila <jn.avila@free.fr>2025-04-12 12:20:47 +0000
committerJunio C Hamano <gitster@pobox.com>2025-04-14 14:43:52 -0700
commit8d34d3379f2946a4a2fc95802a39ea3be8a55e71 (patch)
treeeb855c09b3d90f944017b68c3a0bc27f80d47277 /Documentation
parentbe9819c87172265f244ebb91dfef1526d5293971 (diff)
downloadgit-8d34d3379f2946a4a2fc95802a39ea3be8a55e71.tar.xz
doc: move synopsis git-mv commands in the synopsis section
This also entails changing the help output for the command to match the new synopsis. Signed-off-by: Jean-Noël Avila <jn.avila@free.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-mv.adoc6
1 files changed, 2 insertions, 4 deletions
diff --git a/Documentation/git-mv.adoc b/Documentation/git-mv.adoc
index dc1bf61534..08d660643f 100644
--- a/Documentation/git-mv.adoc
+++ b/Documentation/git-mv.adoc
@@ -9,15 +9,13 @@ git-mv - Move or rename a file, a directory, or a symlink
SYNOPSIS
--------
[verse]
-'git mv' [<options>] <source>... <destination>
+'git mv' [-v] [-f] [-n] [-k] <source> <destination>
+'git mv' [-v] [-f] [-n] [-k] <source> ... <destination-directory>
DESCRIPTION
-----------
Move or rename a file, directory, or symlink.
- git mv [-v] [-f] [-n] [-k] <source> <destination>
- git mv [-v] [-f] [-n] [-k] <source> ... <destination-directory>
-
In the first form, it renames <source>, which must exist and be either
a file, symlink or directory, to <destination>.
In the second form, the last argument has to be an existing