Skip to content

Commit

Permalink
update name
Browse files Browse the repository at this point in the history
  • Loading branch information
randomdude999 committed Mar 12, 2024
1 parent e3d09b9 commit 0693b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use clap::{arg, value_parser, Command};
use snes_squish::{compress, decompress, Algorithm};

fn main() -> Result<(), Box<dyn std::error::Error>> {
let matches = Command::new("thingy")
let matches = Command::new("snes-squish")
.arg(
arg!(-a --algorithm <ALG> "Compression algorithm to use")
.default_value("lz3")
Expand Down

0 comments on commit 0693b46

Please sign in to comment.