chore: updated hint msg

This commit is contained in:
Yuki.N 2025-03-28 08:17:28 +08:00
parent ce2f638c32
commit 14482d2e9b
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
use:
usage:
```console
cargo build --release

View file

@ -9,7 +9,7 @@ mod helpers;
async fn main() -> Result<()> {
let args: Vec<String> = std::env::args().collect();
if args.len() < 2 {
eprintln!("Usage: pixiv_download <URL>");
eprintln!("Usage: lonefire <URL>\nBTW, lonefire can't download GIF image");
std::process::exit(1);
}
let artwork_url = &args[1];