bash-completion.sh
branchv_0
changeset 34 24c05e69d68f
parent 24 884ece10575d
child 37 3de41719d7eb
--- a/bash-completion.sh	Sat May 23 23:58:50 2020 +0200
+++ b/bash-completion.sh	Mon May 25 19:36:06 2020 +0200
@@ -46,6 +46,7 @@
 			"--copy-renamed"
 			"--file"
 			"--file-keep"
+			"--list-data-sources"
 		)
 		COMPREPLY=($(compgen -W "${OPTIONS[*]}" -- "$w0"))
 	fi