Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
cybergarage committed Jan 20, 2023
1 parent fa8fb7f commit b089a8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions examples/uechobench/uechobench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ use echonet::protocol::{Message, Property, ESV};
use echonet::Controller;

fn usages() {
println!(
"Usage: uechobench"
);
println!("Usage: uechobench");
println!(" -h : Print this message");
println!(" -a : Request all properties");
println!(" -v : Enable debug output");
Expand Down
4 changes: 1 addition & 3 deletions examples/uechosearch/uechosearch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ use echonet::util::Bytes;
use echonet::{Controller, ManufactureCode, StandardDatabase};

fn usages() {
println!(
"Usage: uechosearch"
);
println!("Usage: uechosearch");
println!(" -h : Print this message");
println!(" -a : Request all properties");
println!(" -v : Enable debug output");
Expand Down

0 comments on commit b089a8d

Please sign in to comment.