Skip to content

Commit

Permalink
Fix help message (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
cxfksword committed Jun 20, 2023
1 parent 2331c8f commit 5d6ad8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ async fn main() {
println!(" --plist-storage <path>");
#[cfg(unix)]
println!(" --disable-unix");
println!(" --enable-mdns");
println!(" --disable-mdns");
#[cfg(feature = "usb")]
println!(" --enable-usb (unusable for now)");
println!(" -h, --help");
Expand Down

0 comments on commit 5d6ad8e

Please sign in to comment.