fix: whitespace in help msg
This commit is contained in:
@@ -161,8 +161,8 @@ function display_help() {
|
|||||||
echo "Usage: h2mm [command] [options]"
|
echo "Usage: h2mm [command] [options]"
|
||||||
echo "Commands:"
|
echo "Commands:"
|
||||||
echo " i, install Install a mod by the file provided (directory, zip, patch)."
|
echo " i, install Install a mod by the file provided (directory, zip, patch)."
|
||||||
echo " u, uninstall Uninstall a mod by name (or index)."
|
echo " u, uninstall Uninstall a mod by name (or index)."
|
||||||
echo " l, list List all installed mods."
|
echo " l, list List all installed mods."
|
||||||
echo " e, enable Enable a mod by name (or index)."
|
echo " e, enable Enable a mod by name (or index)."
|
||||||
echo " d, disable Disable a mod by name (or index)."
|
echo " d, disable Disable a mod by name (or index)."
|
||||||
echo " ex, export Export installed mods to a zip file."
|
echo " ex, export Export installed mods to a zip file."
|
||||||
@@ -171,11 +171,11 @@ function display_help() {
|
|||||||
echo " ms, modpack-switch Switch to a modpack by name (or index)."
|
echo " ms, modpack-switch Switch to a modpack by name (or index)."
|
||||||
echo " ml, modpack-list List all installed modpacks."
|
echo " ml, modpack-list List all installed modpacks."
|
||||||
echo " mc, modpack-delete Delete a modpack by name (or index)."
|
echo " mc, modpack-delete Delete a modpack by name (or index)."
|
||||||
echo " mo, modpack-overwrite Overwrite a modpack by name (or index)."
|
echo " mo, modpack-overwrite Overwrite a modpack by name (or index)."
|
||||||
echo " mr, modpack-reset Reset all installed modpacks."
|
echo " mr, modpack-reset Reset all installed modpacks."
|
||||||
echo " up, update Update h2mm to the latest version."
|
echo " up, update Update h2mm to the latest version."
|
||||||
echo " r, reset Reset all installed mods."
|
echo " r, reset Reset all installed mods."
|
||||||
echo " help Display this help message."
|
echo " help Display this help message."
|
||||||
echo "For more information on usage, use h2mm [command] --help."
|
echo "For more information on usage, use h2mm [command] --help."
|
||||||
echo "Basic Usage:"
|
echo "Basic Usage:"
|
||||||
echo " h2mm install /path/to/mod.zip"
|
echo " h2mm install /path/to/mod.zip"
|
||||||
|
|||||||
Reference in New Issue
Block a user