diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2013-01-22 10:04:34 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2013-01-22 10:04:34 +0100 |
commit | 04ab0a2f776817476cb26ba8329effc60fff886b (patch) | |
tree | eb4c96551209cd34e4e991fee340b803321f77b2 | |
parent | d22be51b1448c3fdb32f7ab7f21199683e66b5a7 (diff) |
scripts/random-muscle-activation.py: Print usage when no output file
-rwxr-xr-x | scripts/random-muscle-activation.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/random-muscle-activation.py b/scripts/random-muscle-activation.py index 981cac2..e168769 100755 --- a/scripts/random-muscle-activation.py +++ b/scripts/random-muscle-activation.py @@ -186,6 +186,7 @@ def main(): if len(args) < 1: print("Error: no output file(s) specified") + usage() sys.exit(-1) for a in args: |