aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-05-06 13:05:00 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-05-06 13:05:00 +0200
commitd4808be8c32d4b7821ca8358d95f6c1691cc7283 (patch)
treeb167d7580a48f44492ccddbc4f983a0d83c2ba6c
parent3e1a515bf12c3d42b9403d7791cd42766e6ff1fd (diff)
include port in example url
-rw-r--r--src/main.rs2
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.