updated deps

This commit is contained in:
2023-03-24 19:44:17 -04:00
parent 7fc82adc1c
commit 152348a17a
2 changed files with 19 additions and 19 deletions

View File

@@ -110,7 +110,7 @@ fn main() {
let usage_info = format!("Usage: {} [table.]key[[index]] [file...]", argv[0]);
if argv.len() <= 1 {
eprintln!(, argv[0]);
eprintln!("{}", usage_info);
exit(64); // sysexits(3) EX_USAGE
}