From 61e0043d08273dd89db3d37fdac2594e1d2a8d09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Pant=C5=AF=C4=8Dek?= Date: Sun, 12 Mar 2023 09:50:50 +0100 Subject: [PATCH] Add member id and nick arguments to the help string. --- brmsaptool.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/brmsaptool.scm b/brmsaptool.scm index 3f12631..1ac79c5 100644 --- a/brmsaptool.scm +++ b/brmsaptool.scm @@ -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))