mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-14 22:34:41 +00:00
Also add --verison support to lxc-start-ephemeral
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
5652d61020
commit
dfb2b5099c
@ -113,6 +113,8 @@ parser.add_argument("command", metavar='CMD', type=str, nargs="*",
|
|||||||
help=_("Run specific command in container "
|
help=_("Run specific command in container "
|
||||||
"(command as argument)"))
|
"(command as argument)"))
|
||||||
|
|
||||||
|
parser.add_argument("--version", action="version", version=lxc.version)
|
||||||
|
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
# Basic requirements check
|
# Basic requirements check
|
||||||
|
Loading…
Reference in New Issue
Block a user