From 859212245142f04b60e9c61f7f9ea02dd27781b6 Mon Sep 17 00:00:00 2001 From: Arun Date: Tue, 16 Nov 2021 22:42:52 +0530 Subject: [PATCH] Updated Concepts (markdown) --- Concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Concepts.md b/Concepts.md index 167f767..4b688e9 100644 --- a/Concepts.md +++ b/Concepts.md @@ -263,7 +263,7 @@ Selection can be accessed from the native command prompt: | Variable | Substitution | |:---:| --- | | `%j` | repeat cmd with all `%j` substituted by each selected file path | -| `%J` | run the command only once with the last `%J` substituted by all selected file paths | +| `%J` | run the command only once with the _last_ `%J` substituted by all selected file paths | E.g.