From 3c5f366eac7b11116e3648201a29deb3b0b20a16 Mon Sep 17 00:00:00 2001 From: Sergio Betanzos Date: Wed, 12 May 2021 11:47:04 +0200 Subject: [PATCH] M ~: Fix typo (#1207) (cherry picked from commit 29c623f044b178a663ad2c38662bf044bb3cbd4d) --- src/cli/onetemplate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/onetemplate b/src/cli/onetemplate index 88b2926764..4ae9939f26 100755 --- a/src/cli/onetemplate +++ b/src/cli/onetemplate @@ -234,7 +234,7 @@ CommandParser::CmdParser.new(ARGV) do - Instantiate a template and add a new NIC onetemplate instantiate 23 --nic private_net - - Instanteiate a template and replace CONTEXT with a new one + - Instantiate a template and replace CONTEXT with a new one onetemplate instantiate 23 --startscript /path/to/my/start_script EOT