docs: fix typo in tty example

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-02-29 10:59:08 +01:00
parent 9015b71163
commit a5b82e9f87
1 changed files with 1 additions and 1 deletions

View File

@ -1000,7 +1000,7 @@ text. However, if you try the same thing but also adding the `-t` flag, the
password is hidden:
```console
$ docker run -i debian passwd root
$ docker run -it debian passwd root
New password:
Retype new password:
passwd: password updated successfully