usage string

This commit is contained in:
Jean-Francois Dockes 2022-08-04 16:11:01 +02:00
parent 5a3b366911
commit 2e53989d8f

View File

@ -316,8 +316,7 @@ def main(proto, extract):
# Not running the main loop: either acting as single filter (when called
# from other filter for example), or debugging
def usage():
print("Usage: rclexecm.py [-d] [-s] [-i ipath] <filename>",
file=sys.stderr)
print("Usage: rclexecm.py [-d] [-f] [-h] [-i ipath] [-s] <filename>", file=sys.stderr)
print(" rclexecm.py -w <prog>", file=sys.stderr)
sys.exit(1)