Skip to content

Commit

Permalink
tipc: readd call to complete command
Browse files Browse the repository at this point in the history
Fixes: 935a98d tipc: merge functions into main
  • Loading branch information
Richard Alpe committed Apr 15, 2016
1 parent 696eb89 commit 831abc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions completions/tipc
Original file line number Diff line number Diff line change
Expand Up @@ -302,5 +302,6 @@ _tipc()

COMPREPLY=( $( compgen -W 'bearer link media nametable node socket' -- $cur ) )
}
complete -F _tipc tipc

# ex: ts=4 sw=4 et filetype=sh

0 comments on commit 831abc7

Please sign in to comment.