usage string
This commit is contained in:
parent
5a3b366911
commit
2e53989d8f
@ -316,8 +316,7 @@ def main(proto, extract):
|
|||||||
# Not running the main loop: either acting as single filter (when called
|
# Not running the main loop: either acting as single filter (when called
|
||||||
# from other filter for example), or debugging
|
# from other filter for example), or debugging
|
||||||
def usage():
|
def usage():
|
||||||
print("Usage: rclexecm.py [-d] [-s] [-i ipath] <filename>",
|
print("Usage: rclexecm.py [-d] [-f] [-h] [-i ipath] [-s] <filename>", file=sys.stderr)
|
||||||
file=sys.stderr)
|
|
||||||
print(" rclexecm.py -w <prog>", file=sys.stderr)
|
print(" rclexecm.py -w <prog>", file=sys.stderr)
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user