Add help to orig.
This commit is contained in:
parent
bd098dfc12
commit
9564563199
1 changed files with 3 additions and 1 deletions
|
@ -182,7 +182,9 @@
|
|||
;; Handle options
|
||||
(command-line
|
||||
print-help
|
||||
(-h "Help" print-help)
|
||||
(-h () "Help"
|
||||
(print-help)
|
||||
(exit 0))
|
||||
(-M (dn) "Members dir" (*members-directory* dn))
|
||||
(-mi (id) "Id"
|
||||
(action 'member-by-id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue