aboutsummaryrefslogtreecommitdiff
path: root/src/cli.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.js')
-rw-r--r--src/cli.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cli.js b/src/cli.js
index f7d2141..b6594a5 100644
--- a/src/cli.js
+++ b/src/cli.js
@@ -14,6 +14,7 @@ function hasArgs() {
cli.hasSwitch("launch") ||
cli.hasSwitch("setpath") ||
cli.hasSwitch("version") ||
+ cli.hasSwitch("updatevp") ||
cli.hasSwitch("gamepath")) {
return true;
} else {return false}
@@ -32,6 +33,7 @@ async function init() {
--cli ${lang("cli.help.cli")}
--update ${lang("cli.help.update")}
+ --updatevp ${lang("cli.help.updatevp")}
--setpath ${lang("cli.help.setpath")}`)
// In the future --setpath should be able to understand
// relative paths, instead of just absolute ones.