File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 44# FLUX_EXEC_PATH or `flux python flux-ion-resource` if not to
55# avoid python version mismatch
66#
7- from __future__ import print_function
87import argparse
98import errno
109import yaml
@@ -353,7 +352,7 @@ def main():
353352 istr = "Print info on a single job."
354353 sstr = "Print overall performance statistics."
355354 cstr = "Cancel an allocated or reserved job."
356- fstr = "Find resources matching with a crieria ."
355+ fstr = "Find resources matching with a criteria ."
357356 ststr = "Display resource status."
358357 ssstr = "Set up/down status of a resource vertex."
359358 pstr = "Set property-key=value for specified resource."
Original file line number Diff line number Diff line change 44# FLUX_EXEC_PATH or `flux python flux-jsonschemalint` if not to
55# avoid python version mismatch
66#
7- from __future__ import print_function
87
98import argparse
109import errno
You can’t perform that action at this time.
0 commit comments