aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1120649..81dee19 100644
--- a/README.md
+++ b/README.md
@@ -416,7 +416,7 @@ To use the copied paths from the cmdline, use command substitution. For example,
# fish
ls -ltr (cat /home/user/.nnncp)
-An alias may be handy:
+An alias may be handy, e.g. when you want to copy selection at the _run a command_ prompt:
alias ncp='cat /home/user/.nnncp'