chore: updated hint msg
This commit is contained in:
parent
ce2f638c32
commit
14482d2e9b
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
use:
|
||||
usage:
|
||||
|
||||
```console
|
||||
cargo build --release
|
||||
|
|
|
@ -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];
|
||||
|
|
Loading…
Add table
Reference in a new issue