xen-drbd

changeset 11:f94023de662c

show usage fixed
author igor
date Tue Feb 12 13:50:33 2008 +0200 (2008-02-12)
parents c14b6387ada5
children 6e2436e09983
files xen-drbd-install.py
line diff
     1.1 --- a/xen-drbd-install.py	Tue Feb 12 13:41:24 2008 +0200
     1.2 +++ b/xen-drbd-install.py	Tue Feb 12 13:50:33 2008 +0200
     1.3 @@ -17,7 +17,7 @@
     1.4      make-links
     1.5  """
     1.6  
     1.7 -if len(sys.argv) != 2:
     1.8 +if len(sys.argv) != 3:
     1.9      show_usage()
    1.10      sys.exit(1)
    1.11