aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2022-01-02 00:22:28 +0100
committer0neGal <mail@0negal.com>2022-01-02 00:22:28 +0100
commit80eeab10e81a32c00c24608be83e7ea75ff9accf (patch)
treec12fe0163c16dead879e51f564f870fe8a7b980e /docs
parent67b32b527aec8d36a4b6cca14677febc46f0e26d (diff)
parent1598d8b3510580cd886c884b80a69c7b2bcfa422 (diff)
downloadViper-80eeab10e81a32c00c24608be83e7ea75ff9accf.tar.gz
Viper-80eeab10e81a32c00c24608be83e7ea75ff9accf.zip
Merge branch 'main' of 0neGal/viper into mod-support
Diffstat (limited to 'docs')
-rw-r--r--docs/viper.17
-rw-r--r--docs/viper.1.md5
2 files changed, 9 insertions, 3 deletions
diff --git a/docs/viper.1 b/docs/viper.1
index 0b399b8..5b5b913 100644
--- a/docs/viper.1
+++ b/docs/viper.1
@@ -1,4 +1,4 @@
-.TH "VIPER" "1" "December 2021" "" ""
+.TH "VIPER" "1" "January 2022" "" ""
.SH "NAME"
\fBviper\fR \- update and manage northstar
.SH SYNOPSIS
@@ -6,7 +6,7 @@
\fBviper\fP [<optional>\|\.\.\.]
.SH DESCRIPTION
.P
-Viper is a program made to make updating and launching Northstar a lot easier\. It has both a CLI and GUI tool, specifying no command line arguments opens the latter\.
+Viper is a program made to make updating and launching Northstar a lot easier\. It has both a CLI and GUI tool, specifying no command line arguments opens the latter\. Viper also is able to update itself, that is if you've the AppImage or NSIS version\.
.SH OPTIONS
.P
\fB\-\-help\fP
@@ -22,6 +22,9 @@ Viper is a program made to make updating and launching Northstar a lot easier\.
\fB\-\-update\fP
Updates Northstar, this uses your \fBviper\.json\fP to determine the location, it also won't try to update if the installed version of Northstar is already the newest, if you must re\-install Northstar you can delete the \fBns_version\.txt\fP file in the game path\.
.P
+\fB\-\-updatevp\fP
+ Updates Viper itself, by default CLI does not have auto updates, as a server owner may not want this, so use this option to update\.
+.P
\fB\-\-launch\fP=<version>
Launches Northstar, this is currently only supported on Windows\.
If you must launch Vanilla you can run \fB\-\-launch=vanilla\fP
diff --git a/docs/viper.1.md b/docs/viper.1.md
index fa531c3..e271f4f 100644
--- a/docs/viper.1.md
+++ b/docs/viper.1.md
@@ -7,7 +7,7 @@ viper(1) -- update and manage northstar
## DESCRIPTION
-Viper is a program made to make updating and launching Northstar a lot easier. It has both a CLI and GUI tool, specifying no command line arguments opens the latter.
+Viper is a program made to make updating and launching Northstar a lot easier. It has both a CLI and GUI tool, specifying no command line arguments opens the latter. Viper also is able to update itself, that is if you've the AppImage or NSIS version.
## OPTIONS
@@ -24,6 +24,9 @@ Viper is a program made to make updating and launching Northstar a lot easier. I
`--update`
Updates Northstar, this uses your `viper.json` to determine the location, it also won't try to update if the installed version of Northstar is already the newest, if you must re-install Northstar you can delete the `ns_version.txt` file in the game path.
+`--updatevp`
+ Updates Viper itself, by default CLI does not have auto updates, as a server owner may not want this, so use this option to update.
+
`--launch`=<version>
Launches Northstar, this is currently only supported on Windows.
If you must launch Vanilla you can run `--launch=vanilla`