Merge pull request #1862 from elimisteve/patch-1

podman_tutorial.md typo: arguement -> argument
This commit is contained in:
OpenShift Merge Robot 2018-11-25 04:43:37 -08:00 committed by GitHub
commit 5f8f15c797
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ $ sudo podman inspect -l | grep IPAddress\":
"IPAddress": "10.88.6.140",
```
Note: The -l is convenience arguement for **latest container**. You can also use the container's ID instead
Note: The -l is a convenience argument for **latest container**. You can also use the container's ID instead
of -l.
### Testing the httpd server