Fix non-display of option.

This commit is contained in:
Phil Jackson 2010-09-01 10:27:14 +01:00
parent c3971bbbd0
commit 1aa8787cee

View file

@ -343,7 +343,7 @@ put it in magit-key-mode-key-maps for fast lookup."
(insert "Arguments:\n") (insert "Arguments:\n")
(dolist (argument arguments) (dolist (argument arguments)
(insert (insert
(format " %s: (%s) %s\n" (format " %s: (%s) %s %s\n"
(car argument) (car argument)
(nth 1 argument) (nth 1 argument)
(nth 2 argument) (nth 2 argument)