extras/zsh-completion/_lttng: add missing "requires" verb
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 14 Mar 2024 18:41:02 +0000 (14:41 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 18 Mar 2024 15:12:05 +0000 (11:12 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I9221a31e2a265e93b17242b152a00e8e1851cab7
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
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.036504 seconds and 4 git commands to generate.