We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 268b4a4 commit 1764b19Copy full SHA for 1764b19
tools/OBCEditor/OBCEditor.py
@@ -63,6 +63,7 @@ def count_occurrences(content, word):
63
64
def main():
65
parser = argparse.ArgumentParser(description='Process OBC script.')
66
+ print("Usage: OBCEditor.py enter then the Script name.\nOr OBCEditor.py example.obc to directly pass the script to the Editor.\n")
67
parser.add_argument('filename', nargs='?', help='OBC script name')
68
args = parser.parse_args()
69
0 commit comments