diff options
author | Roman Melnikov | 2023-12-20 16:49:20 +0100 |
---|---|---|
committer | GitHub | 2023-12-20 16:49:20 +0100 |
commit | b709d63debafce9f5645a5ba550c9e0983b3d1f7 (patch) | |
tree | eb733f30e74d98906ea84887834b6dc5af4259b3 /src | |
parent | 915327515f5fd1b7719c06e2f1eb304ee0bdd803 (diff) | |
parent | 56ba8c3929802fb00c4803452024e23cdb54cc99 (diff) |
Merge pull request #251 from serokell/rvem/add-missing-activation-timeout-documentation
[Chore] Add missing documentation for timeout options
Diffstat (limited to 'src')
-rw-r--r-- | src/cli.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ pub struct Opts { /// How long activation should wait for confirmation (if using magic-rollback) #[clap(long)] confirm_timeout: Option<u16>, - /// 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<u16>, /// Where to store temporary files (only used by magic-rollback) |