aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-11-28 20:21:43 +0100
committerAnton Khirnov <anton@khirnov.net>2021-11-28 20:21:43 +0100
commit174e130767c13cfa7170100d32b1aba289bec78d (patch)
tree0835bff91008bc53ee154193a4e10943191dd439
parentd67f84b6d54cd163aece37838f3278b11d597440 (diff)
Mention command name in status message.
-rw-r--r--reselect2
1 files changed, 1 insertions, 1 deletions
diff --git a/reselect b/reselect
index e42fd9f..073f6d7 100644
--- a/reselect
+++ b/reselect
@@ -155,7 +155,7 @@ sub on_action {
my $results = $self->build_overlays($pattern, $text, $rowmap);
if (keys %{$results} < 1) {
- $self->status_msg("no matches found");
+ $self->status_msg("no $cmd matches found");
} else {
my $url_picker = {};