mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2025-01-13 01:09:08 +01:00
minor help message re-organization
This commit is contained in:
parent
a8fcf42a2f
commit
1faa2d9204
@ -2,6 +2,9 @@
|
|||||||
--help | show this message
|
--help | show this message
|
||||||
--game=<ID/Short Name> | specify game you want to create
|
--game=<ID/Short Name> | specify game you want to create
|
||||||
--game=<ID1/Short Name1> <ID2/Short Name2> | specify multiple games you want to create
|
--game=<ID1/Short Name1> <ID2/Short Name2> | specify multiple games you want to create
|
||||||
|
--show-download | only show download link for required files
|
||||||
|
|
||||||
|
*** List games ***
|
||||||
--list-games | show possible options for --game
|
--list-games | show possible options for --game
|
||||||
--list-games-nsmb | show possible New Super Mario Bros. Wii options for --game
|
--list-games-nsmb | show possible New Super Mario Bros. Wii options for --game
|
||||||
--list-games-mkwiimmfi | show possible Mario Kart Wii / Wiimmfi options for --game
|
--list-games-mkwiimmfi | show possible Mario Kart Wii / Wiimmfi options for --game
|
||||||
@ -10,6 +13,8 @@
|
|||||||
--list-games-pokemon | show possible Pokemon options for --game
|
--list-games-pokemon | show possible Pokemon options for --game
|
||||||
--list-games-3ds | show possible 3DS options for --game
|
--list-games-3ds | show possible 3DS options for --game
|
||||||
--list-games-other | show possible other options for --game
|
--list-games-other | show possible other options for --game
|
||||||
|
|
||||||
|
*** List requirements ***
|
||||||
--list-requirements | show required image and patch files all games
|
--list-requirements | show required image and patch files all games
|
||||||
--list-requirements-nsmb | show required image and patch files for New Super Mario Bros. Wii
|
--list-requirements-nsmb | show required image and patch files for New Super Mario Bros. Wii
|
||||||
--list-requirements-mkwiimmfi | show required image and patch files for Mario Kart Wii / Wiimmfi
|
--list-requirements-mkwiimmfi | show required image and patch files for Mario Kart Wii / Wiimmfi
|
||||||
@ -18,7 +23,6 @@
|
|||||||
--list-requirements-pokemon | show required image and patch files for Pokemon games
|
--list-requirements-pokemon | show required image and patch files for Pokemon games
|
||||||
--list-requirements-3ds | show required image and patch files for other 3DS games
|
--list-requirements-3ds | show required image and patch files for other 3DS games
|
||||||
--list-requirements-other | show required image and patch files for other games
|
--list-requirements-other | show required image and patch files for other games
|
||||||
--show-download | only show download link for required files
|
|
||||||
|
|
||||||
*** Wii game parameters ***
|
*** Wii game parameters ***
|
||||||
--iso=/home/test/RMCP01.iso | specify path to Wii iso or wbfs image to use
|
--iso=/home/test/RMCP01.iso | specify path to Wii iso or wbfs image to use
|
||||||
|
@ -281,6 +281,9 @@ PATCHIMAGE_HELP="patchimage ${PATCHIMAGE_VERSION} (${PATCHIMAGE_RELEASE})
|
|||||||
--help | show this message
|
--help | show this message
|
||||||
--game=<ID/Short Name> | specify game you want to create
|
--game=<ID/Short Name> | specify game you want to create
|
||||||
--game=\"<ID1/Short Name1> <ID2/Short Name2>\" | specify multiple games you want to create
|
--game=\"<ID1/Short Name1> <ID2/Short Name2>\" | specify multiple games you want to create
|
||||||
|
--show-download | only show download link for required files
|
||||||
|
|
||||||
|
*** List games ***
|
||||||
--list-games | show possible options for --game
|
--list-games | show possible options for --game
|
||||||
--list-games-nsmb | show possible New Super Mario Bros. Wii options for --game
|
--list-games-nsmb | show possible New Super Mario Bros. Wii options for --game
|
||||||
--list-games-mkwiimmfi | show possible Mario Kart Wii / Wiimmfi options for --game
|
--list-games-mkwiimmfi | show possible Mario Kart Wii / Wiimmfi options for --game
|
||||||
@ -289,6 +292,8 @@ PATCHIMAGE_HELP="patchimage ${PATCHIMAGE_VERSION} (${PATCHIMAGE_RELEASE})
|
|||||||
--list-games-pokemon | show possible Pokemon options for --game
|
--list-games-pokemon | show possible Pokemon options for --game
|
||||||
--list-games-3ds | show possible 3DS options for --game
|
--list-games-3ds | show possible 3DS options for --game
|
||||||
--list-games-other | show possible other options for --game
|
--list-games-other | show possible other options for --game
|
||||||
|
|
||||||
|
*** List requirements ***
|
||||||
--list-requirements | show required image and patch files all games
|
--list-requirements | show required image and patch files all games
|
||||||
--list-requirements-nsmb | show required image and patch files for New Super Mario Bros. Wii
|
--list-requirements-nsmb | show required image and patch files for New Super Mario Bros. Wii
|
||||||
--list-requirements-mkwiimmfi | show required image and patch files for Mario Kart Wii / Wiimmfi
|
--list-requirements-mkwiimmfi | show required image and patch files for Mario Kart Wii / Wiimmfi
|
||||||
@ -297,7 +302,6 @@ PATCHIMAGE_HELP="patchimage ${PATCHIMAGE_VERSION} (${PATCHIMAGE_RELEASE})
|
|||||||
--list-requirements-pokemon | show required image and patch files for Pokemon games
|
--list-requirements-pokemon | show required image and patch files for Pokemon games
|
||||||
--list-requirements-3ds | show required image and patch files for other 3DS games
|
--list-requirements-3ds | show required image and patch files for other 3DS games
|
||||||
--list-requirements-other | show required image and patch files for other games
|
--list-requirements-other | show required image and patch files for other games
|
||||||
--show-download | only show download link for required files
|
|
||||||
|
|
||||||
*** Wii game parameters ***
|
*** Wii game parameters ***
|
||||||
--iso=/home/test/RMCP01.iso | specify path to Wii iso or wbfs image to use
|
--iso=/home/test/RMCP01.iso | specify path to Wii iso or wbfs image to use
|
||||||
|
Loading…
x
Reference in New Issue
Block a user