diff --git a/command.go b/command.go index fb60ebd9..dc677532 100644 --- a/command.go +++ b/command.go @@ -309,7 +309,7 @@ func (c *Command) ErrOrStderr() io.Writer { return c.getErr(os.Stderr) } -// InOrStdin returns output to stderr +// InOrStdin returns input to stdin func (c *Command) InOrStdin() io.Reader { return c.getIn(os.Stdin) }