Changeset 74


Ignore:
Timestamp:
02/11/10 19:00:35 (7 months ago)
Author:
rick
Message:

Fix typos in usage file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • powerbar/npm4000.py

    • Property svn:executable set to *
    r65 r74  
    179179  [-h|--help]                   Reading right know 
    180180  [-v|--verbose]                Print extra communication output 
    181   --host=                       IP adress of FQDN hostname [192.168.1.178] 
    182   --port=                       Port to connect to [4001] 
    183   --password=i                  Password to use in hex notation [0x1234568] 
     181  --host=                       IP adress of FQDN hostname [%s] 
     182  --port=                       Port to connect to [%s] 
     183  --password=                   Password to use in hex notation [0x1234568] 
    184184  --addresscode=                Internal device number in hex notation [0xFFFF] 
    185185  [-s|--status]                 Current port configuration 
     
    192192  Actual value of port          A1,..,A8,B1,..,B8,C1,..,C8  
    193193  All ports                     all 
    194     """ % sys.argv[0] 
     194    """ % (sys.argv[0], inet_addr, inet_port) 
    195195 
    196196def main(): 
Note: See TracChangeset for help on using the changeset viewer.