diff options
-rwxr-xr-x | scripts/osim-extract.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/osim-extract.py b/scripts/osim-extract.py index e9686ec..1c0de68 100755 --- a/scripts/osim-extract.py +++ b/scripts/osim-extract.py @@ -22,8 +22,7 @@ options: -j print only joint names -m print only muscle names -v verbose mode - -h show this help and exit""".format(os.path.basname(sys.argv[0]))) - + -h show this help and exit""".format(os.path.basename(sys.argv[0]))) def main(): try: |