Merge pull request #2243 from nberger/add-vcs-tag-no-sign-doc

Add note about --no-sign option in vcs tag docstring
This commit is contained in:
Jean Niklas L'orange 2017-02-03 08:11:00 +01:00 committed by GitHub
commit 5fe3b9d77b

View file

@ -36,7 +36,7 @@
(defmulti commit "Commit changes to current repository."
which-vcs :default :none)
(defmulti tag "Apply a version control tag. Takes an optional tag prefix."
(defmulti tag "Apply a version control tag. Takes an optional tag prefix. Pass --no-sign option to skip signing"
which-vcs :default :none)
(defmulti assert-committed "Abort if uncommitted changes exist."