diff options
author | Erik Sjölund <erik.sjolund@gmail.com> | 2020-03-26 21:36:47 +0100 |
---|---|---|
committer | Erik Sjölund <erik.sjolund@gmail.com> | 2020-03-27 08:37:14 +0100 |
commit | f33942166d9282e90b27c1d86d71394efa4bc953 (patch) | |
tree | 87e02c62aa76740fc932a1545bfddad464a976d2 /docs/source/markdown/podman-create.1.md | |
parent | 1710eca4e930f7ed3a2b060029c627c1a66a2349 (diff) | |
download | podman-f33942166d9282e90b27c1d86d71394efa4bc953.tar.gz podman-f33942166d9282e90b27c1d86d71394efa4bc953.tar.bz2 podman-f33942166d9282e90b27c1d86d71394efa4bc953.zip |
Fix Markdown typo in podman-create.1.md
Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
Diffstat (limited to 'docs/source/markdown/podman-create.1.md')
-rw-r--r-- | docs/source/markdown/podman-create.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md index aa2456836..63c63dcd2 100644 --- a/docs/source/markdown/podman-create.1.md +++ b/docs/source/markdown/podman-create.1.md @@ -44,7 +44,7 @@ each of stdin, stdout, and stderr. **--authfile**=*path* -Path of the authentication file. Default is ${XDG_\RUNTIME\_DIR}/containers/auth.json +Path of the authentication file. Default is ${XDG\_RUNTIME\_DIR}/containers/auth.json Note: You can also override the default path of the authentication file by setting the REGISTRY\_AUTH\_FILE environment variable. `export REGISTRY_AUTH_FILE=path` (Not available for remote commands) |