diff --git a/h2mm b/h2mm index f9b2166..8747a8f 100755 --- a/h2mm +++ b/h2mm @@ -161,8 +161,8 @@ function display_help() { echo "Usage: h2mm [command] [options]" echo "Commands:" echo " i, install Install a mod by the file provided (directory, zip, patch)." - echo " u, uninstall Uninstall a mod by name (or index)." - echo " l, list List all installed mods." + echo " u, uninstall Uninstall a mod by name (or index)." + echo " l, list List all installed mods." echo " e, enable Enable 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." @@ -171,11 +171,11 @@ function display_help() { echo " ms, modpack-switch Switch to a modpack by name (or index)." echo " ml, modpack-list List all installed modpacks." 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 " up, update Update h2mm to the latest version." 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 "Basic Usage:" echo " h2mm install /path/to/mod.zip"