1
0
mirror of https://github.com/docker/cli.git synced 2025-08-01 04:26:55 +03:00

Merge pull request #1646 from ryanwilsonperkin/patch-1

Fix small typo
This commit is contained in:
Sebastiaan van Stijn
2019-02-08 23:04:48 +01:00
committed by GitHub

View File

@ -171,5 +171,5 @@ On Windows:
"table {{.ID}}\t{{.Name}}\t{{.CPUPerc}}\t{{.MemUsage}}\t{{.NetIO}}\t{{.BlockIO}}"
> **Note**: On Docker 17.09 and older, the `{{.Container}}` column was used, in
> stead of `{{.ID}}\t{{.Name}}`.
> **Note**: On Docker 17.09 and older, the `{{.Container}}` column was used,
> instead of `{{.ID}}\t{{.Name}}`.