From 1d35ac00d72c1b7546d7625305d497377ae7663c Mon Sep 17 00:00:00 2001 From: v4n <105587619+v4n00@users.noreply.github.com> Date: Fri, 18 Jul 2025 15:31:23 +0300 Subject: [PATCH] fix: remove nexus-update from help (#75) * fix: remove nexus-update from help * bump: version --- h2mm | 4 ++-- version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/h2mm b/h2mm index 27753f3..e9ad16c 100755 --- a/h2mm +++ b/h2mm @@ -1,7 +1,7 @@ #!/usr/bin/env bash -VERSION="0.6.4" +VERSION="0.6.5" # --- Globals --- @@ -306,7 +306,6 @@ Commands: mo, modpack-overwrite Overwrite a modpack. mr, modpack-reset Reset all installed modpacks. ns, nexus-setup Setup Nexus Mods integration. - nu, nexus-update Start Nexus mods update process. up, update Update h2mm to the latest version. rs, reset Reset all installed mods. help Display this help message. @@ -1944,6 +1943,7 @@ function main() { self_update ;; *) + log ERROR "Unknown command: $command" $display_help ;; esac diff --git a/version b/version index d2b13eb..ef5e445 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.6.4 +0.6.5