Skip to content

Commit

Permalink
fix: 修复示例错误
Browse files Browse the repository at this point in the history
  • Loading branch information
Cnotech committed Aug 11, 2024
1 parent 5152f2b commit 38e30d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pub enum Action {
Search {
/// Keyword
keyword: String,
/// Use keyword as a regular expression, e.g. ept search -r '^vscode$'
/// Use keyword as a regular expression, e.g. ept search -r 'vsc\w+'
#[arg(short, long)]
regex: bool,
},
Expand Down

0 comments on commit 38e30d4

Please sign in to comment.