Skip to content

Commit 61ddebb

Browse files
committed
Update CLI usages in README.md
1 parent 28df59c commit 61ddebb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ The updater for BlueMaxima's Flashpoint.
1919
1. Download the latest release.
2020
2. Unpack anywhere.
2121
3. Run it from the command-line as such:
22-
`FlashpointUpdater.exe <flashpoint-path> <current-version> <target-version>`
22+
`FlashpointUpdater.exe <flashpoint-path> -u <current-version> <target-version>`
2323

24-
##### Example: `FlashpointUpdater.exe C:\Flashpoint 5.5 6.1`
24+
##### Example: `FlashpointUpdater.exe C:\Flashpoint -u 5.5 6.1`
2525

2626
### Mac/Linux
2727

2828
1. Install Python 3.
2929
2. Clone the repository.
3030
3. Run in the project root: `pip install -r requirements.txt`
31-
4. Use it like: `update.py /media/ext1/Flashpoint <flashpoint-path> <current-version> <target-version>`
31+
4. Use it like: `update.py /media/ext1/Flashpoint <flashpoint-path> -u <current-version> <target-version>`
3232

3333
Or launch the GUI version with `update_gui.py`.
3434

0 commit comments

Comments
 (0)