From f2cd809fd6d6e9dde81d28020c7977860a465ab9 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 4695a8e07..8115ea7d1 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -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 \