dom0/qvm-tools: rename dom0 tools to qubes-* (#421)

This commit is contained in:
Marek Marczykowski 2012-02-07 12:57:29 +01:00
parent 73e63d9998
commit f2204801c3
2 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ def netdown():
os.system('xl network-detach 0 0')
def usage():
print >> sys.stderr, 'Usage: qvm-dom0-network-via-netvm [up|down]'
print >> sys.stderr, 'Usage: {0} [up|down]'.format(sys.argv[0])
sys.exit(1)
def main():