2
0
mirror of https://github.com/xvxx/phetch synced 2024-11-05 00:00:58 +00:00
This commit is contained in:
dvkt 2020-01-06 10:37:50 -08:00
parent df4663b3ce
commit 5e3c50a7c7

View File

@ -25,7 +25,7 @@ fn run() -> i32 {
"-r" | "--raw" | "-raw" => {
if args.len() > 1 {
praw = true;
} else if !got_url {
} else {
eprintln!("--raw needs gopher-url");
return 1;
}