add show-locks to usage string
This commit is contained in:
parent
14730ecb47
commit
a750a67d17
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ async fn main() -> eyre::Result<()> {
|
||||||
"dooris-over-ssh: Your personal door assistant with an extra serving of chaos"
|
"dooris-over-ssh: Your personal door assistant with an extra serving of chaos"
|
||||||
);
|
);
|
||||||
println!(
|
println!(
|
||||||
"Usage: ssh dooris@dooris.ccchh.net help | lock <door> [wait|nowait] | unlock <door> [wait|nowait]"
|
"Usage: ssh dooris@dooris.ccchh.net <help | show-locks | lock <door> [wait|nowait] | unlock <door> [wait|nowait]>"
|
||||||
);
|
);
|
||||||
println!();
|
println!();
|
||||||
println!("Commands:");
|
println!("Commands:");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue