diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-08-24 10:05:09 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-08-24 10:05:09 -0700 |
| commit | 356a5c5844ac707669ae91f18f23e80f429cdaf0 (patch) | |
| tree | 927816017fde1db232776fca375a54507d555fec | |
| parent | 7e9a30bee27ae7edb9370cb932e796a0fa1ceb1c (diff) | |
sdvx: fix typo in service description
| -rw-r--r-- | sdvx/asphyxia/22vv0_kfc_to_tachi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdvx/asphyxia/22vv0_kfc_to_tachi.py b/sdvx/asphyxia/22vv0_kfc_to_tachi.py index 58ecc22..a52aa8a 100644 --- a/sdvx/asphyxia/22vv0_kfc_to_tachi.py +++ b/sdvx/asphyxia/22vv0_kfc_to_tachi.py @@ -104,7 +104,7 @@ if __name__ == "__main__": help="Service description to be shown on Tachi (Note for where this score came from)", default="SOUND VOLTEX Asphyxia (22vv0)", ) - parser.add_argument("-f", "--file", help="AsphyxiaCORE SOND VOLREX .db file (sdvx@asphyxia.db)", required=True) + parser.add_argument("-f", "--file", help="AsphyxiaCORE SOUND VOLTEX .db file (sdvx@asphyxia.db)", required=True) parser.add_argument( "-o", "--output", help="Output filename", default="sdvx_asphyxia_batch_manual.json" ) |
