bash-completion.sh
branchv_0
changeset 31 c64e1588f428
parent 29 6f15f18d2abf
child 45 f466b4c7d9b1
--- a/bash-completion.sh	Sat Jan 11 00:58:35 2020 +0100
+++ b/bash-completion.sh	Sat Jan 11 18:13:30 2020 +0100
@@ -60,13 +60,13 @@
 	elif [[ "$w2" == "--option"        && "x$w0" == "x" ]];    then COMPREPLY=("''")
 	elif [[ "$w1" == "--file"                           ]];    then COMPREPLY=($(compgen -W "${FILE_FIELDS[*]}"  -- "$w0"))
 	elif [[ "$w1" == "--xattr"                          ]];    then COMPREPLY=($(compgen -W "${XATTR_FIELDS[*]}" -- "$w0"))
-	elif [[ "$w1" == "--exec"                           ]];    then COMPREPLY=($(compgen -W "$(_relpipe_in_filesystem_scripts)" -- "$w0"))
+	elif [[ "$w1" == "--streamlet"                      ]];    then COMPREPLY=($(compgen -W "$(_relpipe_in_filesystem_scripts)" -- "$w0"))
 	else
 		OPTIONS=(
 			"--relation"
 			"--file"
 			"--xattr"
-			"--exec"
+			"--streamlet"
 			"--as"
 			"--option"
 		)