aboutsummaryrefslogtreecommitdiff
path: root/src/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 5cd8285..e862034 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -49,7 +49,7 @@ pub enum Commands {
/// Filter registers by note (sql match syntax)
#[arg(short='n', long)]
- filter_note: Option<String>,
+ filter_note: Option<Vec<String>>,
},
Feel free to download, copy and edit any repo