From d24e9a587ef97cd1d8f77ad4cfb36a97f011de00 Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Thu, 29 Mar 2007 22:19:24 +0000 Subject: [PATCH] Updated --help --- tools/pamusb-conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pamusb-conf b/tools/pamusb-conf index dda15f6..f649c59 100755 --- a/tools/pamusb-conf +++ b/tools/pamusb-conf @@ -217,7 +217,7 @@ def addDevice(options): writeConf(options, doc) def usage(): - print 'Usage: %s [--config file] --add-device [--no-autodetect]' % os.path.basename(__file__) + print 'Usage: %s [--help] [--config=path] [--add-user=name | --add-device=name]' % os.path.basename(__file__) sys.exit(1) import getopt