Skip to content

Commit

Permalink
Added 'desc' and 'info' as aliases for the 'description'
Browse files Browse the repository at this point in the history
command. Suggested by Max Horn.
  • Loading branch information
Christoph Pfisterer committed Jul 21, 2001
1 parent 0e6d517 commit 9c84dcc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions perlmod/Fink/ChangeLog
@@ -1,3 +1,8 @@
2001-07-21 Christoph Pfisterer <cp@chrisp.de>

* Engine.pm: Added 'desc' and 'info' as aliases for the
'description' command. Suggested by Max Horn.

2001-07-13 Christoph Pfisterer <cp@chrisp.de>

* PkgVersion.pm (get_description): Added optional style
Expand Down
2 changes: 2 additions & 0 deletions perlmod/Fink/Engine.pm
Expand Up @@ -67,6 +67,8 @@ our %commands =
'purge' => \&cmd_remove,
'describe' => \&cmd_description,
'description' => \&cmd_description,
'desc' => \&cmd_description,
'info' => \&cmd_description,
'scanpackages' => \&cmd_scanpackages,
'list' => \&cmd_list,
'listpackages' => \&cmd_listpackages,
Expand Down

0 comments on commit 9c84dcc

Please sign in to comment.