fix: remove nexus-update from help (#75)

* fix: remove nexus-update from help

* bump: version
This commit is contained in:
v4n
2025-07-18 15:31:23 +03:00
committed by GitHub
parent 5b10fbf364
commit 1d35ac00d7
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
VERSION="0.6.4" VERSION="0.6.5"
# --- Globals --- # --- Globals ---
@@ -306,7 +306,6 @@ Commands:
mo, modpack-overwrite Overwrite a modpack. mo, modpack-overwrite Overwrite a modpack.
mr, modpack-reset Reset all installed modpacks. mr, modpack-reset Reset all installed modpacks.
ns, nexus-setup Setup Nexus Mods integration. ns, nexus-setup Setup Nexus Mods integration.
nu, nexus-update Start Nexus mods update process.
up, update Update h2mm to the latest version. up, update Update h2mm to the latest version.
rs, reset Reset all installed mods. rs, reset Reset all installed mods.
help Display this help message. help Display this help message.
@@ -1944,6 +1943,7 @@ function main() {
self_update self_update
;; ;;
*) *)
log ERROR "Unknown command: $command"
$display_help $display_help
;; ;;
esac esac
+1 -1
View File
@@ -1 +1 @@
0.6.4 0.6.5