diff options
author | metamuffin <metamuffin@disroot.org> | 2023-06-12 20:07:00 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-06-12 20:07:00 +0200 |
commit | 026c72d54f0adfcb20b239f3e76f1938ec644f25 (patch) | |
tree | a76d9923c72f9b4f517bda37c7b899405803b4c6 /tools | |
parent | ee7c6585435717ac1f3a51f1fc5e1f21e4340db3 (diff) | |
download | jellything-026c72d54f0adfcb20b239f3e76f1938ec644f25.tar jellything-026c72d54f0adfcb20b239f3e76f1938ec644f25.tar.bz2 jellything-026c72d54f0adfcb20b239f3e76f1938ec644f25.tar.zst |
oh
Diffstat (limited to 'tools')
-rw-r--r-- | tools/src/bin/import.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/src/bin/import.rs b/tools/src/bin/import.rs index 45bb5fc..5bc3eb0 100644 --- a/tools/src/bin/import.rs +++ b/tools/src/bin/import.rs @@ -29,7 +29,7 @@ struct Args { #[arg(short = 'N', long)] dry: bool, - #[arg(short = 'I', long)] + #[arg(short = 'c', long)] clear_inputs: bool, #[arg(short = 'i', long, num_args(0..))] input: Vec<PathBuf>, |