From: Philippe Proulx Date: Thu, 14 Mar 2024 18:41:02 +0000 (-0400) Subject: extras/zsh-completion/_lttng: add missing "requires" verb X-Git-Url: http://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=79d885cf5420880fea7fc853944841a8762a8f01 extras/zsh-completion/_lttng: add missing "requires" verb Signed-off-by: Philippe Proulx Change-Id: I9221a31e2a265e93b17242b152a00e8e1851cab7 Signed-off-by: Jérémie Galarneau --- diff --git a/extras/zsh-completion/_lttng b/extras/zsh-completion/_lttng index a27915c92..b929e5d06 100644 --- a/extras/zsh-completion/_lttng +++ b/extras/zsh-completion/_lttng @@ -1197,7 +1197,7 @@ __lttng_complete_create_cmd() { '(-D --data-url output)'{-D+,--data-url=}'[set the trace data output URL]:trace data output URL:' ) - # The `--shm-path` option LTTng-tools ≥ 2.7 + # The `--shm-path` option requires LTTng-tools ≥ 2.7 if ((minor_version >= 7)); then specs+=( '--shm-path=[write shared memory files to a specific directory]:shared memory file directory:_files -/'