X-Git-Url: http://git.liburcu.org/?p=lttng-tools.git;a=blobdiff_plain;f=extras%2Fzsh-completion%2F_lttng;fp=extras%2Fzsh-completion%2F_lttng;h=b929e5d0660e3aa477e5c52ed7b13da734561663;hp=a27915c92dc37a9963a47b1cd2cf648991f4af41;hb=79d885cf5420880fea7fc853944841a8762a8f01;hpb=20c4b46aee1a984bc558b483826c1078f24d35e9 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 -/'