diff --git a/Rust/PDBReSym/src/main.rs b/Rust/PDBReSym/src/main.rs index 5d709fe..3a8a075 100644 --- a/Rust/PDBReSym/src/main.rs +++ b/Rust/PDBReSym/src/main.rs @@ -383,7 +383,7 @@ fn get_pb_dl_style() -> ProgressStyle { #[tokio::main] async fn main() { - let matches = clap::App::new("flareup server") + let matches = clap::App::new("PDBReSym") .author("Stephen Eckels") .arg( clap::Arg::new("logfile").help("Path to strace log file").required(false)