From 0fc8facfb710a897bf1d649e1c815a4ef3008c94 Mon Sep 17 00:00:00 2001 From: David Peter Date: Sat, 21 Oct 2023 21:36:33 +0200 Subject: [PATCH] Fix --help text --- src/cli.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \