scripts/vim-patch.sh: add -m to usage

Ref: https://github.com/neovim/neovim/pull/11514#issuecomment-569476828
This commit is contained in:
Daniel Hahler
2020-01-26 14:50:25 +01:00
parent 07a105f0cb
commit f755370682

View File

@@ -23,6 +23,7 @@ usage() {
echo " -h Show this message and exit." echo " -h Show this message and exit."
echo " -l [git-log opts] List missing Vim patches." echo " -l [git-log opts] List missing Vim patches."
echo " -L [git-log opts] List missing Vim patches (for scripts)." echo " -L [git-log opts] List missing Vim patches (for scripts)."
echo " -m {vim-revision} List previous (older) missing Vim patches."
echo " -M List all merged patch-numbers (at current v:version)." echo " -M List all merged patch-numbers (at current v:version)."
echo " -p {vim-revision} Download and generate a Vim patch. vim-revision" echo " -p {vim-revision} Download and generate a Vim patch. vim-revision"
echo " can be a Vim version (8.0.xxx) or a Git hash." echo " can be a Vim version (8.0.xxx) or a Git hash."