X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e2cc6c1935565ee965f38501a4974e9d0e6b29e5..11ba2964a6cc44bd5c02fbb511bf413e52d03774:/lib/cmd/cmd.go diff --git a/lib/cmd/cmd.go b/lib/cmd/cmd.go index 8c65cf7acf..9292ef7e5f 100644 --- a/lib/cmd/cmd.go +++ b/lib/cmd/cmd.go @@ -36,8 +36,9 @@ func (v Version) RunCommand(prog string, args []string, stdin io.Reader, stdout, return 0 } -// Multi is a Handler that looks up its first argument in a map, and -// invokes the resulting Handler with the remaining args. +// Multi is a Handler that looks up its first argument in a map (after +// stripping any "arvados-" or "crunch-" prefix), and invokes the +// resulting Handler with the remaining args. // // Example: //