Skip to content

Commit

Permalink
Update main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemk14ebr authored Sep 10, 2022
1 parent 16859a8 commit 27e57cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rust/PDBReSym/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 27e57cd

Please sign in to comment.