compose/cmd
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
..
compatibility Only kill running containers 2021-12-10 08:48:38 +01:00
compose Fix search/replace typo in --no-TTY documentation 2022-04-04 19:06:03 +02:00
formatter use a sync.Map to avoid concurrency issue accessing log presenters 2021-09-10 12:54:24 +02:00
main.go Remove dead warning code 2022-03-31 16:42:04 +02:00