mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-14 15:29:56 +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 "
|
||||
"(command as argument)"))
|
||||
|
||||
parser.add_argument("--version", action="version", version=lxc.version)
|
||||
|
||||
args = parser.parse_args()
|
||||
|
||||
# Basic requirements check
|
||||
|
Loading…
Reference in New Issue
Block a user