Browse Source

Merge pull request #5957 from cgwalters/manpage-typo

docker-run.1: Fix typo 'priviledged'
Sven Dowideit 11 years ago
parent
commit
f00c2e5007
1 changed files with 2 additions and 2 deletions
  1. 2 2
      contrib/man/md/docker-run.1.md

+ 2 - 2
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*]