From 56ba8c3929802fb00c4803452024e23cdb54cc99 Mon Sep 17 00:00:00 2001 From: Roman Melnikov Date: Wed, 20 Dec 2023 13:54:27 +0100 Subject: [Chore] Add missing documentation for timeout options Problem: README misses documentation for 'confirmTimeout' and 'activationTimeout'. Solution: Mention them in README. --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/cli.rs b/src/cli.rs index b25aed2..8ac6f59 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -85,7 +85,7 @@ pub struct Opts { /// How long activation should wait for confirmation (if using magic-rollback) #[clap(long)] confirm_timeout: Option, - /// How long we should wait for profile activation (if using magic-rollback) + /// How long we should wait for profile activation #[clap(long)] activation_timeout: Option, /// Where to store temporary files (only used by magic-rollback) -- cgit v1.2.3