doc/toolbox-create: Fix typo
The rest of the manual refers to the file passed to the --authfile
option as FILE, not AUTHFILE.
Fallout from ecd1ced719
https://github.com/containers/toolbox/pull/1240
This commit is contained in:
parent
34baa10f41
commit
48c07b8e5b
|
|
@ -4,7 +4,7 @@
|
|||
toolbox\-create - Create a new toolbox container
|
||||
|
||||
## SYNOPSIS
|
||||
**toolbox create** [*--authfile AUTHFILE*]
|
||||
**toolbox create** [*--authfile FILE*]
|
||||
[*--distro DISTRO* | *-d DISTRO*]
|
||||
[*--image NAME* | *-i NAME*]
|
||||
[*--release RELEASE* | *-r RELEASE*]
|
||||
|
|
|
|||
Loading…
Reference in New Issue