X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/116d8b839740fe480c0b2e1bf6275bf05dffc074..1ff64653e8a4b53b1a132e1fed293de8d170d7ce:/mr 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; } }