Skip to content

Commit

Permalink
Add note about --no-sign in vcs tag docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
nberger committed Feb 2, 2017
1 parent d43fb41 commit 18f401f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leiningen/vcs.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 18f401f

Please sign in to comment.