summaryrefslogtreecommitdiff
path: root/scripts/build-command-op-templates
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2025-04-24 16:16:06 +0100
committerGitHub <noreply@github.com>2025-04-24 16:16:06 +0100
commit110b771303984478c6e2c5e2f015d6464c0732dc (patch)
treefcb28006f895799b25397c497715f95a085e1bc4 /scripts/build-command-op-templates
parent3e08abf7606b05339afd669cbbdfb330a3995cde (diff)
parentcf206d311ae1539d0d200978a32eb63895609c1d (diff)
downloadvyos-1x-110b771303984478c6e2c5e2f015d6464c0732dc.tar.gz
vyos-1x-110b771303984478c6e2c5e2f015d6464c0732dc.zip
Merge pull request #4414 from markh0338/op-fw-dyn-grps
T7282: op-mode: show firewall group filtering and tab completion update
Diffstat (limited to 'scripts/build-command-op-templates')
-rwxr-xr-xscripts/build-command-op-templates2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-command-op-templates b/scripts/build-command-op-templates
index d203fdcef..0bb62113e 100755
--- a/scripts/build-command-op-templates
+++ b/scripts/build-command-op-templates
@@ -116,7 +116,7 @@ def get_properties(p):
if comptype is not None:
props["comp_type"] = "imagefiles"
comp_exprs.append("echo -n \"<imagefiles>\"")
- comp_help = " && ".join(comp_exprs)
+ comp_help = " ; ".join(comp_exprs)
props["comp_help"] = comp_help
except: