summaryrefslogtreecommitdiffstats
path: root/git-mv.txt
diff options
context:
space:
mode:
Diffstat (limited to 'git-mv.txt')
-rw-r--r--git-mv.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-mv.txt b/git-mv.txt
index 7f991a338..dc1bf6153 100644
--- a/git-mv.txt
+++ b/git-mv.txt
@@ -16,7 +16,7 @@ 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>
+ 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>.