extras/zsh-completion/_lttng: add missing "requires" verb
[lttng-tools.git] / extras / zsh-completion / _lttng
index a27915c92dc37a9963a47b1cd2cf648991f4af41..b929e5d0660e3aa477e5c52ed7b13da734561663 100644 (file)
@@ -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 -/'
This page took 0.023796 seconds and 4 git commands to generate.