Skip to content

Commit

Permalink
correct -tui completion script name and func
Browse files Browse the repository at this point in the history
  • Loading branch information
nyxnor committed Aug 22, 2022
1 parent 3e99f05 commit 8d36854
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions usr/share/bash-completion/completions/onionjuggler-tui
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# onionjuggler-cli-auth-client(8) completion -*- shell-script -*-
# onionjuggler-tui(8) completion -*- shell-script -*-

_onionjuggler_cli_auth_client()
_onionjuggler_tui()
{
local cur prev words cword
_init_completion || return
Expand All @@ -18,6 +18,6 @@ _onionjuggler_cli_auth_client()
fi

} &&
complete -F _onionjuggler_cli_auth_client onionjuggler-cli-auth-client
complete -F _onionjuggler_tui onionjuggler-tui

# ex: filetype=sh

0 comments on commit 8d36854

Please sign in to comment.