summaryrefslogtreecommitdiff
path: root/grep-dctrl.c
diff options
context:
space:
mode:
Diffstat (limited to 'grep-dctrl.c')
-rw-r--r--grep-dctrl.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/grep-dctrl.c b/grep-dctrl.c
index c324cc1..d3cfdce 100644
--- a/grep-dctrl.c
+++ b/grep-dctrl.c
@@ -747,10 +747,10 @@ int main (int argc, char * argv[])
} else {
fname = find_ifile_by_exename(argv0, args.rcname);
if (fname == 0) {
- message(L_IMPORTANT,
- _("warning: this command name "
- "is not configured; using "
- "standard input"), 0);
+ message(L_IMPORTANT,
+ _("executable name not found; "
+ "reading from standard input"),
+ 0);
fname = "-";
}
}