diff options
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index a395004..4eb01ed 100644 --- a/src/main.rs +++ b/src/main.rs @@ -34,7 +34,7 @@ const FIRMWARE_BASE: &str = "https://github.com/rustkrazy/firmware/raw/master/"; #[derive(Debug, Parser)] #[command(author = "The Rustkrazy Authors", version = "v0.1.0", about = "Update a rustkrazy instance over the network.", long_about = None)] struct Args { - /// Base URL of the instance, e.g. https://rustkrazy:1234@198.51.100.1 + /// Base URL of the instance, e.g. https://rustkrazy:1234@198.51.100.1:8443 #[arg(short = 'u', long = "update")] update: String, /// Location of the instance file generated by rustkrazy_packer. |