aboutsummaryrefslogtreecommitdiff
path: root/v_windows/v/cmd/v/help/update.txt
diff options
context:
space:
mode:
Diffstat (limited to 'v_windows/v/cmd/v/help/update.txt')
-rw-r--r--v_windows/v/cmd/v/help/update.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/v_windows/v/cmd/v/help/update.txt b/v_windows/v/cmd/v/help/update.txt
new file mode 100644
index 0000000..4fa9a91
--- /dev/null
+++ b/v_windows/v/cmd/v/help/update.txt
@@ -0,0 +1,10 @@
+Usage:
+ v update [MODULE]...
+ Updates each MODULE.
+
+ With no MODULE, ALL installed modules are updated to their latest versions.
+
+Options:
+ -help - Show usage info.
+ -v - Print more details about the update.
+ -server-url - When doing network operations, use this vpm server. Can be given multiple times.