From cfe7211a2241b5e898af11445a2470032b0ab242 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 20 May 2014 23:39:57 -0400 Subject: [PATCH] man/docker-run.1: Fix typo 'priviledged', add missing closing brackets Docker-DCO-1.1-Signed-off-by: Colin Walters (github: cgwalters) --- contrib/man/md/docker-run.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/man/md/docker-run.1.md b/contrib/man/md/docker-run.1.md index 3cf56c24bc..ef03539ed9 100644 --- a/contrib/man/md/docker-run.1.md +++ b/contrib/man/md/docker-run.1.md @@ -14,8 +14,8 @@ docker-run - Run a process in an isolated container [**-e**|**--env**=*environment*] [**--entrypoint**=*command*] [**--expose**=*port*] [**-P**|**--publish-all**[=*false*]] [**-p**|**--publish**=*port-mappping*] [**-h**|**--hostname**=*hostname*] -[**--rm**[=*false*]] [**--priviledged**[=*false*] -[**-i**|**--interactive**[=*false*] +[**--rm**[=*false*]] [**--privileged**[=*false*]] +[**-i**|**--interactive**[=*false*]] [**-t**|**--tty**[=*false*]] [**--lxc-conf**=*options*] [**-n**|**--networking**[=*true*]] [**-v**|**--volume**=*volume*] [**--volumes-from**=*container-id*]