summaryrefslogtreecommitdiff
path: root/completions/pkgtool
diff options
context:
space:
mode:
Diffstat (limited to 'completions/pkgtool')
-rw-r--r--completions/pkgtool2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/pkgtool b/completions/pkgtool
index f7291dbd..5adcbaf0 100644
--- a/completions/pkgtool
+++ b/completions/pkgtool
@@ -25,7 +25,7 @@ _pkgtool()
esac
if [[ "$cur" == -* ]]; then
- COMPREPLY=( $( compgen -W '--sets --ignore-tagfiles --tagfile \
+ COMPREPLY=( $( compgen -W '--sets --ignore-tagfiles --tagfile
--source-mounted --source_dir --target_dir --source_device' \
-- "$cur" ) )
return 0