From: Joey Hess Date: Tue, 13 Nov 2007 21:18:04 +0000 (-0500) Subject: improve message X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/1ff64653e8a4b53b1a132e1fed293de8d170d7ce?ds=inline improve message --- 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; } }