Fix --committer option.
This commit is contained in:
parent
2123b72ec5
commit
96ba81887f
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
("-al" "All" "--all"))
|
||||
(arguments
|
||||
("=r" "Relative" "--relative=" read-directory-name)
|
||||
("=c" "Committer" "--committer" read-from-minibuffer)
|
||||
("=c" "Committer" "--committer=" read-from-minibuffer)
|
||||
("=>" "Since" "--since=" read-from-minibuffer)
|
||||
("=<" "Before" "--before=" read-from-minibuffer)
|
||||
("=s" "Pickaxe search" "-S" read-from-minibuffer)
|
||||
|
|
Loading…
Reference in a new issue