aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = {};