2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-08-26 21:20:30 +00:00

Update nodelicense

Usage clarification - file as license file, name as license feature name.
This commit is contained in:
vmaneagit
2021-07-14 13:43:57 +03:00
committed by GitHub
parent 101b5685d1
commit f531c1b856

View File

@@ -36,7 +36,7 @@ exitcode = 0
argparser = optparse.OptionParser(
usage="Usage: "
"%prog <noderange> [list][install <filename>|save <directory>|delete <name>]")
"%prog <noderange> [list][install <license_filename>|save <directory>|delete <license_feature_name>]")
argparser.add_option('-m', '--maxnodes', type='int',
help='Specify a maximum number of '
'nodes to delete licenses from, '