Browse Source

Updated --help

master
Andrea Luzzardi 17 years ago
parent
commit
7c36bebdde
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pam_usb/tools/pamusb-conf

+ 1
- 1
pam_usb/tools/pamusb-conf View File

@ -217,7 +217,7 @@ def addDevice(options):
writeConf(options, doc)
def usage():
print 'Usage: %s [--config file] --add-device <name> [--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


Loading…
Cancel
Save