fix: remove nexus-update from help (#75)
* fix: remove nexus-update from help * bump: version
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user