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 \