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