diff options
Diffstat (limited to 'jubeat/asphyxia/czeave_to_tachi.py')
| -rw-r--r-- | jubeat/asphyxia/czeave_to_tachi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jubeat/asphyxia/czeave_to_tachi.py b/jubeat/asphyxia/czeave_to_tachi.py index e06b396..9038b24 100644 --- a/jubeat/asphyxia/czeave_to_tachi.py +++ b/jubeat/asphyxia/czeave_to_tachi.py @@ -65,7 +65,7 @@ if __name__ == "__main__": parser.add_argument( "-o", "--output", help="Output filename", default="czeave_asphyxia_batch_manual.json" ) - parser.add_argument("-p", "--profile", help="Asphyxia Profile ID to export for") + parser.add_argument("-p", "--profile", help="Asphyxia Profile ID to export for", required=True) args = parser.parse_args() if args.file is None: print("ERROR: Please specify Asphyxia DB file (from savedata folder)") |
