diff --git a/command.go b/command.go index 42e500de5..c8fdb648b 100644 --- a/command.go +++ b/command.go @@ -300,7 +300,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) }