Ignore:
Timestamp:
Aug 3, 2008, 12:32:21 AM (16 years ago)
Author:
y_z
Message:

use invirt config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-remote-server/files/usr/sbin/sipb-xen-remctl-help

    r663 r830  
    44"""
    55import sys
    6 
     6from invirt.config import structs as config
    77
    88help = [
     
    2727def main(args):
    2828    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
    3030    if args:
    3131        for name in args:
Note: See TracChangeset for help on using the changeset viewer.