From 201630f1d5e4a25af5329487ee6a1ce680500758 Mon Sep 17 00:00:00 2001 From: Vanilla Date: Thu, 11 Apr 2024 17:26:14 +0800 Subject: [PATCH] chore[docs/game_specific_info.md]: Remove --game flag from dbutils.py lines. --- docs/game_specific_info.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/game_specific_info.md b/docs/game_specific_info.md index 30281a9..a8e63c5 100644 --- a/docs/game_specific_info.md +++ b/docs/game_specific_info.md @@ -101,7 +101,7 @@ crypto: Always make sure your database (tables) are up-to-date: ```shell -python dbutils.py --game SDBT upgrade +python dbutils.py upgrade ``` ### Online Battle @@ -224,7 +224,7 @@ The importer for maimai Pre-DX will import Events and Music. Not all games will Always make sure your database (tables) are up-to-date: ```shell -python dbutils.py --game SDEZ upgrade +python dbutils.py upgrade ``` Pre-Dx uses the same database as DX, so only upgrade using the SDEZ game code! @@ -268,7 +268,7 @@ In order to use custom PV Lists, simply drop in your .dat files inside of /title Always make sure your database (tables) are up-to-date: ```shell -python dbutils.py --game SBZV upgrade +python dbutils.py upgrade ``` ## O.N.G.E.K.I. @@ -324,7 +324,7 @@ crypto: Always make sure your database (tables) are up-to-date: ```shell -python dbutils.py --game SDDT upgrade +python dbutils.py upgrade ``` ### Controlling Events (Ranking Event, Technical Challenge Event, Mission Event) @@ -552,7 +552,7 @@ Config file is located in `config/wacca.yaml`. Always make sure your database (tables) are up-to-date: ```shell -python dbutils.py --game SDFE upgrade +python dbutils.py upgrade ``` ### VIP Rewards @@ -625,7 +625,7 @@ Config file is located in `config/sao.yaml`. Always make sure your database (tables) are up-to-date: ```shell -python dbutils.py --game SDEW upgrade +python dbutils.py upgrade ``` ### Notes @@ -690,7 +690,7 @@ Config file is located in `config/idac.yaml`. Always make sure your database (tables) are up-to-date: ```shell -python dbutils.py --game SDGT upgrade +python dbutils.py upgrade ``` ### Notes