fix: indentation
This commit is contained in:
@@ -70,13 +70,13 @@ function display_help() {
|
|||||||
echo "Helldivers 2 Mod Manager"
|
echo "Helldivers 2 Mod Manager"
|
||||||
echo "Usage: h2mm [command] [options]"
|
echo "Usage: h2mm [command] [options]"
|
||||||
echo "Commands:"
|
echo "Commands:"
|
||||||
echo " install -n \"<mod_name>\" <mod_files> Install a mod with a name and files."
|
echo " install -n \"<mod_name>\" <mod_files> Install a mod with a name and files."
|
||||||
echo " uninstall -n \"<mod_name>\" Uninstall a mod by name."
|
echo " uninstall -n \"<mod_name>\" Uninstall a mod by name."
|
||||||
echo " list List all installed mods."
|
echo " list List all installed mods."
|
||||||
echo " export \"<zip_name>\" Export installed mods to a zip file (not yet implemented)."
|
echo " export \"<zip_name>\" Export installed mods to a zip file (not yet implemented)."
|
||||||
echo " import \"<zip_name>\" Import mods from a zip file (not yet implemented)."
|
echo " import \"<zip_name>\" Import mods from a zip file (not yet implemented)."
|
||||||
echo " reset Reset all installed mods (not yet implemented)."
|
echo " reset Reset all installed mods (not yet implemented)."
|
||||||
echo " help Display this help message."
|
echo " help Display this help message."
|
||||||
echo "For more information on usage, use h2mm [command] --help, available for install and uninstall."
|
echo "For more information on usage, use h2mm [command] --help, available for install and uninstall."
|
||||||
echo "Basic Usage:"
|
echo "Basic Usage:"
|
||||||
echo " h2mm install -n \"Example mod\" a5f2c029522e6714.patch_0 a5f2c029522e6714.patch_0.stream"
|
echo " h2mm install -n \"Example mod\" a5f2c029522e6714.patch_0 a5f2c029522e6714.patch_0.stream"
|
||||||
@@ -89,10 +89,10 @@ function display_help() {
|
|||||||
function display_install_help() {
|
function display_install_help() {
|
||||||
echo "Usage: h2mm install -n \"<mod_name>\" [options] <mod_files>"
|
echo "Usage: h2mm install -n \"<mod_name>\" [options] <mod_files>"
|
||||||
echo "Options:"
|
echo "Options:"
|
||||||
echo " -n \"<mod_name>\" Name of the mod (MANDATORY), inside double quotes."
|
echo " -n \"<mod_name>\" Name of the mod (MANDATORY), inside double quotes."
|
||||||
echo " -d <mod_dir> Directory containing mod files."
|
echo " -d <mod_dir> Directory containing mod files."
|
||||||
echo " -z <mod_zip> Zip file containing mod files (.zip only)."
|
echo " -z <mod_zip> Zip file containing mod files (.zip only)."
|
||||||
echo " <mod_files> List of mod files to install."
|
echo " <mod_files> List of mod files to install."
|
||||||
echo "Usage:"
|
echo "Usage:"
|
||||||
echo " h2mm install -n \"Example mod\" a5f2c029522e6714.patch_0 a5f2c029522e6714.patch_0.stream"
|
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)"
|
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() {
|
function display_uninstall_help() {
|
||||||
echo "Usage: h2mm uninstall [options]"
|
echo "Usage: h2mm uninstall [options]"
|
||||||
echo "Options:"
|
echo "Options:"
|
||||||
echo " -n \"<mod_name>\" Name of the mod to uninstall."
|
echo " -n \"<mod_name>\" Name of the mod to uninstall."
|
||||||
echo " -i <index> Index of the mod to uninstall."
|
echo " -i <index> Index of the mod to uninstall."
|
||||||
echo "Usage:"
|
echo "Usage:"
|
||||||
echo " h2mm uninstall -n \"Example mod\""
|
echo " h2mm uninstall -n \"Example mod\""
|
||||||
echo " h2mm uninstall -i 1"
|
echo " h2mm uninstall -i 1"
|
||||||
|
|||||||
Reference in New Issue
Block a user