ia64/xen-unstable
changeset 2243:0758c83632e1
bitkeeper revision 1.1159.28.2 (4120753cKjnbErDtguWW5uMpEo9gYQ)
Fix typo in migrate help.
Fix typo in migrate help.
author | mjw@wray-m-3.hpl.hp.com |
---|---|
date | Mon Aug 16 08:50:04 2004 +0000 (2004-08-16) |
parents | decc8ed25d45 |
children | 917e2429d7c7 |
files | tools/python/xen/xm/main.py |
line diff
1.1 --- a/tools/python/xen/xm/main.py Fri Aug 13 16:09:44 2004 +0000 1.2 +++ b/tools/python/xen/xm/main.py Mon Aug 16 08:50:04 2004 +0000 1.3 @@ -302,7 +302,7 @@ class ProgMigrate(Prog): 1.4 info = """Migrate a domain to another machine.""" 1.5 1.6 def help(self, args): 1.7 - migrate.help(arg) 1.8 + migrate.help(args) 1.9 1.10 def main(self, args): 1.11 migrate.main(args)