Code

docs: mention "-k" for both forms of "git mv"
[git.git] / Documentation / git-mv.txt
index db0e030d69f92a1f52cd7c98de99504e850ab2db..4be7a718e6801c4fdf43f648565ab6bbdbaa09c7 100644 (file)
@@ -8,13 +8,14 @@ git-mv - Move or rename a file, a directory, or a symlink
 
 SYNOPSIS
 --------
+[verse]
 'git mv' <options>... <args>...
 
 DESCRIPTION
 -----------
 This script is used to move or rename a file, directory or symlink.
 
- git mv [-f] [-n] <source> <destination>
+ git mv [-f] [-n] [-k] <source> <destination>
  git mv [-f] [-n] [-k] <source> ... <destination directory>
 
 In the first form, it renames <source>, which must exist and be either