diff options
author | Lia Lenckowski <lialenck@protonmail.com> | 2024-11-27 16:48:01 +0100 |
---|---|---|
committer | Lia Lenckowski <lialenck@protonmail.com> | 2024-11-27 16:48:01 +0100 |
commit | 528964f2241f715812798a20f204c330cb527d02 (patch) | |
tree | c9192aca0b9a194d6c03f6a193a5eeac65ea0cfb /src/main.rs | |
parent | 9061d6203d05c96b1b1a2cae8f0894d73b763bbd (diff) | |
download | embeddings-sort-528964f2241f715812798a20f204c330cb527d02.tar embeddings-sort-528964f2241f715812798a20f204c330cb527d02.tar.bz2 embeddings-sort-528964f2241f715812798a20f204c330cb527d02.tar.zst |
update documentation
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 2 |
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. |