Merge branch 'rs/grep-h-c'
[gitweb.git] / Documentation / git-stash.txt
index db7e803038090510609a6534ab7d086245c15270..375213fe463fa3cd9cb7644cff60ee656c13dcd8 100644 (file)
@@ -44,7 +44,7 @@ is also possible).
 OPTIONS
 -------
 
-save [-p|--patch] [--[no-]keep-index] [-u|--include-untracked] [-a|--all] [-q|--quiet] [<message>]::
+save [-p|--patch] [-k|--[no-]keep-index] [-u|--include-untracked] [-a|--all] [-q|--quiet] [<message>]::
 
        Save your local modifications to a new 'stash', and run `git reset
        --hard` to revert them.  The <message> part is optional and gives