From 0f8ca3dd6bb70d0b468c24311c15a7aae1120720 Mon Sep 17 00:00:00 2001 From: v4n <105587619+v4n00@users.noreply.github.com> Date: Tue, 14 Jan 2025 16:53:51 +0200 Subject: [PATCH] fix: indentation --- h2mm | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/h2mm b/h2mm index 042973c..200d0bd 100755 --- a/h2mm +++ b/h2mm @@ -70,13 +70,13 @@ function display_help() { echo "Helldivers 2 Mod Manager" echo "Usage: h2mm [command] [options]" echo "Commands:" - echo " install -n \"\" Install a mod with a name and files." - echo " uninstall -n \"\" Uninstall a mod by name." - echo " list List all installed mods." + echo " install -n \"\" Install a mod with a name and files." + echo " uninstall -n \"\" Uninstall a mod by name." + echo " list List all installed mods." echo " export \"\" Export installed mods to a zip file (not yet implemented)." echo " import \"\" Import mods from a zip file (not yet implemented)." - echo " reset Reset all installed mods (not yet implemented)." - echo " help Display this help message." + echo " reset Reset all installed mods (not yet implemented)." + echo " help Display this help message." echo "For more information on usage, use h2mm [command] --help, available for install and uninstall." echo "Basic Usage:" echo " h2mm install -n \"Example mod\" a5f2c029522e6714.patch_0 a5f2c029522e6714.patch_0.stream" @@ -89,10 +89,10 @@ function display_help() { function display_install_help() { echo "Usage: h2mm install -n \"\" [options] " echo "Options:" - echo " -n \"\" Name of the mod (MANDATORY), inside double quotes." + echo " -n \"\" Name of the mod (MANDATORY), inside double quotes." echo " -d Directory containing mod files." echo " -z Zip file containing mod files (.zip only)." - echo " List of mod files to install." + echo " List of mod files to install." echo "Usage:" echo " h2mm install -n \"Example mod\" a5f2c029522e6714.patch_0 a5f2c029522e6714.patch_0.stream" echo " h2mm install -n \"Example mod\" a5f* (using a wildcard to include all files)" @@ -103,8 +103,8 @@ function display_install_help() { function display_uninstall_help() { echo "Usage: h2mm uninstall [options]" echo "Options:" - echo " -n \"\" Name of the mod to uninstall." - echo " -i Index of the mod to uninstall." + echo " -n \"\" Name of the mod to uninstall." + echo " -i Index of the mod to uninstall." echo "Usage:" echo " h2mm uninstall -n \"Example mod\"" echo " h2mm uninstall -i 1"