Skip to content

Commit

Permalink
ups, no checkprices for the common user
Browse files Browse the repository at this point in the history
  • Loading branch information
bgol committed Dec 19, 2014
1 parent cfeed7d commit 97bac0c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scripts/td-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,6 @@ _td_main()
buy)
_td_buy
;;
checkprices)
_td_common && return 0
COMPREPLY=( $(compgen -W "${common_opts}" -- ${cur}) )
;;
export)
_td_export
;;
Expand All @@ -275,7 +271,7 @@ _td_main()
_td_update
;;
*)
opts="buildcache buy checkprices export import local nav olddata run sell update"
opts="buildcache buy export import local nav olddata run sell update"
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
esac
return 0
Expand Down

0 comments on commit 97bac0c

Please sign in to comment.