diff --git a/src/cli.rs b/src/cli.rs index 1fd2a5a..e29c2e8 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -4,7 +4,7 @@ use clap::{Parser, ValueEnum}; #[command( name = "pixelpass", version, - about = "P2P screen sharing over iroh + ffmpeg", + about = "P2P screen sharing over iroh", long_about = "Run with no arguments for an interactive Host/View menu. \ Pass a ticket positionally to skip the menu and view headlessly." )]