# HG changeset patch # User igor # Date 1202817033 -7200 # Node ID f94023de662c339929d5d1804049991d3da63471 # Parent c14b6387ada57788bd8f02dce440050be42e8139 show usage fixed diff -r c14b6387ada5 -r f94023de662c xen-drbd-install.py --- a/xen-drbd-install.py Tue Feb 12 13:41:24 2008 +0200 +++ b/xen-drbd-install.py Tue Feb 12 13:50:33 2008 +0200 @@ -17,7 +17,7 @@ make-links """ -if len(sys.argv) != 2: +if len(sys.argv) != 3: show_usage() sys.exit(1)