aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/keep.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc.d/keep.bash')
-rw-r--r--bash/bashrc.d/keep.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/keep.bash b/bash/bashrc.d/keep.bash
index a8c3456a..85455824 100644
--- a/bash/bashrc.d/keep.bash
+++ b/bash/bashrc.d/keep.bash
@@ -124,7 +124,7 @@ EOF
# Deleting is an error, since we need at least one argument
if ((delete)) ; then
- printf 'bash: %s: must specify at least one NAME to delete\n'
+ printf 'bash: %s: must specify at least one NAME to delete\n' \
"${FUNCNAME[0]}" >&2
return 2
fi