diff --git a/confluent_client/bin/nodesetboot b/confluent_client/bin/nodesetboot index c20ca368..bad1fee4 100755 --- a/confluent_client/bin/nodesetboot +++ b/confluent_client/bin/nodesetboot @@ -32,7 +32,7 @@ if path.startswith('/opt'): import confluent.client as client argparser = optparse.OptionParser( - usage='Usage: %prog [options] noderange [default|cd|network|setup|hd|usb|floppy]') + usage='Usage: %prog [options] [default|cd|network|setup|hd|usb|floppy]') argparser.add_option('-b', '--bios', dest='biosmode', action='store_true', default=False, help='Request BIOS style boot (rather than UEFI)')