summaryrefslogtreecommitdiff
path: root/completions/rdesktop
diff options
context:
space:
mode:
Diffstat (limited to 'completions/rdesktop')
-rw-r--r--completions/rdesktop2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/rdesktop b/completions/rdesktop
index 48a91750..50273f2d 100644
--- a/completions/rdesktop
+++ b/completions/rdesktop
@@ -32,7 +32,7 @@ _rdesktop()
*:*)
;;
*)
- COMPREPLY=( $( compgen -W 'comport: disk: lptport: \
+ COMPREPLY=( $( compgen -W 'comport: disk: lptport:
printer: sound: lspci scard' -- "$cur" ) )
[[ $COMPREPLY == *: ]] && compopt -o nospace
;;