- Timestamp:
 - Aug 3, 2008, 12:32:21 AM (17 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/packages/sipb-xen-remote-server/files/usr/sbin/sipb-xen-remctl-help
r663 r830 4 4 """ 5 5 import sys 6 6 from invirt.config import structs as config 7 7 8 8 help = [ … … 27 27 def main(args): 28 28 args = [n for n in args if n in helpdict] 29 print 'remctl remote control <machine> <command>'29 print 'remctl %s control <machine> <command>' % config.remote.hostname 30 30 if args: 31 31 for name in args:  
Note: See TracChangeset
          for help on using the changeset viewer.
      