summaryrefslogtreecommitdiffstats
path: root/git-mv.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-10-28 11:56:06 -0700
committerJunio C Hamano <gitster@pobox.com>2022-10-28 11:56:06 -0700
commitcf9c77377796343e741a25077f837f607513c7bb (patch)
tree9a341606b216f4ed10313aedfeb7e19ecc02d01b /git-mv.txt
parentf1d1635ee1970ac33c5a760b94d069cd7bfc4e99 (diff)
downloadgit-htmldocs-cf9c77377796343e741a25077f837f607513c7bb.tar.gz
Autogenerated HTML docs for v2.38.1-280-g63bba
Diffstat (limited to 'git-mv.txt')
-rw-r--r--git-mv.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-mv.txt b/git-mv.txt
index 79449bf98..fb0220fd1 100644
--- a/git-mv.txt
+++ b/git-mv.txt
@@ -9,7 +9,7 @@ git-mv - Move or rename a file, a directory, or a symlink
SYNOPSIS
--------
[verse]
-'git mv' <options>... <args>...
+'git mv' [<options>] <source>... <destination>
DESCRIPTION
-----------
@@ -30,7 +30,7 @@ OPTIONS
-------
-f::
--force::
- Force renaming or moving of a file even if the target exists
+ Force renaming or moving of a file even if the <destination> exists.
-k::
Skip move or rename actions which would lead to an error
condition. An error happens when a source is neither existing nor