Skip to content

Commit

Permalink
Fix --help text
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Oct 21, 2023
1 parent 231aea2 commit f2cd809
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,8 @@ impl clap::Args for Exec {
'{//}': parent directory\n \
'{.}': path without file extension\n \
'{/.}': basename without file extension\n \
'{{}': literal '{' (for escaping)\n\n\
'{{': literal '{' (for escaping)\n \
'}}': literal '}' (for escaping)\n\n\
If no placeholder is present, an implicit \"{}\" at the end is assumed.\n\n\
Examples:\n\n \
- Find all test_*.py files and open them in your favorite editor:\n\n \
Expand Down

0 comments on commit f2cd809

Please sign in to comment.