From 1ff64653e8a4b53b1a132e1fed293de8d170d7ce Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 13 Nov 2007 16:18:04 -0500 Subject: [PATCH] improve message --- mr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mr b/mr index 9d1e657..5e0ac7f 100755 --- a/mr +++ b/mr @@ -448,7 +448,7 @@ sub action { #{{{ return FAILED; } else { - print STDERR "mr $action: no defined $action command for $rcs repository $topdir$subdir, skipping\n"; + print STDERR "mr $action: no defined action for $rcs repository $topdir$subdir, skipping\n"; return SKIPPED; } } -- 2.39.2