From c3db525ec2839f7fd97ac7b489018a3e02126dd6 Mon Sep 17 00:00:00 2001 From: Warren Hood Date: Mon, 19 Aug 2024 02:08:27 +0200 Subject: [PATCH] Add help text for the update command --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index d365905..d2233da 100644 --- a/src/main.rs +++ b/src/main.rs @@ -91,6 +91,7 @@ enum Commands { #[arg(long, short, default_value_t = DownloadSide::Both)] side: DownloadSide, }, + /// Update all mods to the latest possible version Update { /// Use exact transitive mod dependency versions #[arg(long, short, action)]