From 356a5c5844ac707669ae91f18f23e80f429cdaf0 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sun, 24 Aug 2025 10:05:09 -0700 Subject: sdvx: fix typo in service description --- sdvx/asphyxia/22vv0_kfc_to_tachi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ) -- cgit v1.2.3