Skip to content

Commit

Permalink
feat: add nekos.life --help entry
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamAnimate committed Jul 29, 2024
1 parent 9572368 commit bda1a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pub fn parse_args() -> Args {
println!("Supported API information\n\
nekos.moe Supports nsfw control. Smaller db\n\
nekos.best Does not support nsfw control. Proprietary but larger db\n\
pleasegivememoretosupportibegyou meow");
nekos.life Does not support nsfw control.");
std::process::exit(0);
}
other => println!("Unknown argument: {other}"),
Expand Down

0 comments on commit bda1a6e

Please sign in to comment.