From 7f476d64b5812ce4a61cf7827672df3d4bdcc033 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 1 Dec 2021 15:33:21 -0500 Subject: [PATCH] Update style of nodesetboot usage message --- confluent_client/bin/nodesetboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)')