Docker for Rails Developers: -i stands for "interactive," not "input" (page 15)

The second graf on page 15 says “We do this with the -i option—“i” for input.” But it actually stands for “interactive”:

docker run --help | grep -e '-i\b'
  -i, --interactive                    Keep STDIN open even if not attached