diff options
Diffstat (limited to 'share/man/container-restart.1.txt')
-rw-r--r-- | share/man/container-restart.1.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/container-restart.1.txt b/share/man/container-restart.1.txt index a22d9a6..99b461d 100644 --- a/share/man/container-restart.1.txt +++ b/share/man/container-restart.1.txt @@ -44,7 +44,7 @@ OPTIONS The following container options are available: *-n, --name='NAME'*:: - Specify container name. + Specify container name. Specifying 'ALL' will restart all started container. EXAMPLES @@ -52,6 +52,9 @@ EXAMPLES *Restart example.net container:*:: sudo container restart -n example.net +*Restart all container:*:: + sudo container restart -n ALL + SEE ALSO -------- |