Fix --help text

This commit is contained in:
David Peter 2023-10-21 21:36:33 +02:00 committed by David Peter
parent 069b181625
commit 0fc8facfb7
1 changed files with 2 additions and 1 deletions

View File

@ -840,7 +840,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 \