about summary refs log tree commit diff
path: root/Completion/BSD/Command/_jexec
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/BSD/Command/_jexec')
-rw-r--r--Completion/BSD/Command/_jexec2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/BSD/Command/_jexec b/Completion/BSD/Command/_jexec
index 6a2d05a81..cd99ebe91 100644
--- a/Completion/BSD/Command/_jexec
+++ b/Completion/BSD/Command/_jexec
@@ -6,7 +6,7 @@ _jexec_normal() {
   # relative paths are relative to the jail's root
   path=( "$(_call_program paths jls -j $words[1] path)"/$^path )
   shift 1 words; (( CURRENT-- ))
-  _normal
+  _normal -p $service
 }
 
 _jexec() {