mirror of
https://github.com/docker/docs.git
synced 2026-03-31 00:08:55 +07:00
Merge pull request #10779 from duglin/10771-FixStatsHelp
Fix 'docker stats' help message
This commit is contained in:
@@ -7,7 +7,7 @@ docker-stats - Display a live stream of one or more containers' resource usage s
|
||||
# SYNOPSIS
|
||||
**docker stats**
|
||||
[**--help**]
|
||||
[CONTAINERS]
|
||||
CONTAINER [CONTAINER...]
|
||||
|
||||
# DESCRIPTION
|
||||
|
||||
|
||||
@@ -2014,7 +2014,7 @@ more details on finding shared images from the command line.
|
||||
|
||||
## stats
|
||||
|
||||
Usage: docker stats [CONTAINERS]
|
||||
Usage: docker stats CONTAINER [CONTAINER...]
|
||||
|
||||
Display a live stream of one or more containers' resource usage statistics
|
||||
|
||||
|
||||
Reference in New Issue
Block a user