Skip to content

Commit

Permalink
Change "apt-cyg describe" to "apt-cyg show"
Browse files Browse the repository at this point in the history
This puts apt-cyg more in line with "apt-cache show".
  • Loading branch information
Steven Penny committed Mar 16, 2014
1 parent 8229393 commit ecef939
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apt-cyg
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function usage()
echo ' "apt-cyg update" to update setup.ini'
echo ' "apt-cyg list" to list installed packages'
echo ' "apt-cyg find <patterns>" to find packages matching patterns'
echo ' "apt-cyg describe <patterns>" to describe packages matching patterns'
echo ' "apt-cyg show <patterns>" to show packages matching patterns'
echo ' "apt-cyg packageof <commands or files>" to locate parent packages'
echo Options:
echo ' --mirror, -m <url> : set mirror'
Expand Down Expand Up @@ -173,7 +173,7 @@ do
shift
;;

update | list | find | describe | packageof | install | remove)
update | list | find | show | packageof | install | remove)
if (( ${#command} ))
then
packages+=" $1"
Expand Down Expand Up @@ -229,7 +229,7 @@ case "$command" in
done
;;

describe)
show)
checkpackages
findworkspace
getsetup
Expand Down

0 comments on commit ecef939

Please sign in to comment.