diff --git a/share/completions/termux-call-log.fish b/share/completions/termux-call-log.fish index f90e7bc5d..bba53edd4 100644 --- a/share/completions/termux-call-log.fish +++ b/share/completions/termux-call-log.fish @@ -1,5 +1,7 @@ set command termux-call-log +complete -c $command -f + complete -c $command \ -s h \ -d 'Show [h]elp' diff --git a/share/completions/termux-camera-photo.fish b/share/completions/termux-camera-photo.fish index 3e5e1f634..954265d79 100644 --- a/share/completions/termux-camera-photo.fish +++ b/share/completions/termux-camera-photo.fish @@ -12,6 +12,8 @@ end set command termux-camera-photo +complete -c $command -f + complete -c $command \ -s h \ -d 'Show [h]elp'