Updated the network bandwidth arguments to be more consistent with the disk command arguments
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
f9ca8beaad
commit
6fdc52b320
@ -113,7 +113,7 @@ enum NetCommands {
|
|||||||
Bandwidth {
|
Bandwidth {
|
||||||
#[clap(short = 'd', long, default_value_t = String::from("https://www.bitgoblin.tech/hardware-tests/export-01.mp4"))]
|
#[clap(short = 'd', long, default_value_t = String::from("https://www.bitgoblin.tech/hardware-tests/export-01.mp4"))]
|
||||||
download: String,
|
download: String,
|
||||||
#[clap(short = 'o', long, default_value_t = String::from("./tempfile"))]
|
#[clap(short = 't', long, default_value_t = String::from("/tmp/bw-test.tmp"))]
|
||||||
output: String,
|
output: String,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user