summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Peter <mail@david-peter.de>2023-10-21 21:36:33 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2023-10-21 22:16:15 +0200
commit0fc8facfb710a897bf1d649e1c815a4ef3008c94 (patch)
tree417ac892ed3e32ebf398d13733046eb418112dc2 /src
parent069b1816259a7b89c9a9fa248b3840fb7cc5104f (diff)
Fix --help text
Diffstat (limited to 'src')
-rw-r--r--src/cli.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 408d767..0a2c54e 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -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 \