Add member id and nick arguments to the help string.

This commit is contained in:
Dominik Pantůček 2023-03-12 09:50:50 +01:00
parent b0b2eb1c3b
commit 61e0043d08

View file

@ -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))