Add member id and nick arguments to the help string.
This commit is contained in:
parent
b0b2eb1c3b
commit
61e0043d08
1 changed files with 4 additions and 2 deletions
|
@ -546,8 +546,10 @@
|
|||
(define (print-help)
|
||||
(print "Command-line arguments:
|
||||
|
||||
-h prints this help
|
||||
-M dir specifies the members database directory
|
||||
-h prints this help
|
||||
-M dir specifies the members database directory
|
||||
-mi id member id
|
||||
-mn nick member nick
|
||||
")
|
||||
(exit 0))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue