cli: drop stale "+ ffmpeg" from --help about string

The Wayland path moved from a shelled-out ffmpeg to an in-process
GStreamer pipeline back in the 2026-05-16/18 pivot, but the clap
`about` string still advertised ffmpeg. Now reads "P2P screen sharing
over iroh".

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-23 15:44:02 -04:00
parent 8674f907f2
commit 7fa5d410f9
+1 -1
View File
@@ -4,7 +4,7 @@ use clap::{Parser, ValueEnum};
#[command( #[command(
name = "pixelpass", name = "pixelpass",
version, 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. \ long_about = "Run with no arguments for an interactive Host/View menu. \
Pass a ticket positionally to skip the menu and view headlessly." Pass a ticket positionally to skip the menu and view headlessly."
)] )]