Skip to content

Commit 1764b19

Browse files
committed
add usage in main() for OBCEditor
1 parent 268b4a4 commit 1764b19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/OBCEditor/OBCEditor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def count_occurrences(content, word):
6363

6464
def main():
6565
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")
6667
parser.add_argument('filename', nargs='?', help='OBC script name')
6768
args = parser.parse_args()
6869

0 commit comments

Comments
 (0)