compose/docs
Eric Freese d871cb98e5 Fix search/replace typo in --no-TTY documentation
Commit abbba74b27 looks to have
accidentally replaced `pseudo-tty` with `pseudo-noTty` in several
places. In other places, it looks like it replaced `pseudo-tty` with
`pseudo-TTY`, so I used the uppercased version in these places as well.

For example, running version 2.3.3, I get this output:

```
% docker-compose run --help

...

Options:
  ...
  -T, --no-TTY                Disable pseudo-noTty allocation. By default docker compose run allocates a TTY
  ...
```

Signed-off-by: Eric Freese <ericdfreese@gmail.com>
2022-04-04 19:06:03 +02:00
..
reference Fix search/replace typo in --no-TTY documentation 2022-04-04 19:06:03 +02:00
yaml/main contenairized documetation generation 2022-03-18 10:42:05 +01:00
docs.Dockerfile use a temp directory to generate doc to be sure working tree is clean 2022-03-18 10:42:05 +01:00