aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index f01804c..0318210 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -69,7 +69,7 @@ struct Args {
refine: usize,
/// Ignore failed embeddings
- #[arg(short = 'i')]
+ #[arg(short = 'i', long)]
ignore_errors: bool,
/// Seed for hashing. Random by default.