diff options
| author | genone <genone@gentoo.org> | 2004-02-06 22:37:58 +0000 |
|---|---|---|
| committer | genone <genone@gentoo.org> | 2004-02-06 22:37:58 +0000 |
| commit | fa07cbc87a1ef98355979aea13b066dbe76c8a16 (patch) | |
| tree | e64ddd976fa0f72fa81537ad8f1582c8c001f754 /trunk/src/etcat | |
| parent | 772c92e525696aeb7f04c9a909b0d229a6e3bd14 (diff) | |
| download | gentoolkit-fa07cbc87a1ef98355979aea13b066dbe76c8a16.tar.gz | |
deprecation notice for qpkg+etcat, small fix for equery with amigious package
svn path=/; revision=78
Diffstat (limited to 'trunk/src/etcat')
| -rwxr-xr-x | trunk/src/etcat/etcat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/trunk/src/etcat/etcat b/trunk/src/etcat/etcat index 5ae5956..71afdff 100755 --- a/trunk/src/etcat/etcat +++ b/trunk/src/etcat/etcat @@ -579,6 +579,9 @@ def help(): margin_ex = 8 ver() + print yellow("NOTICE: ") + "This tool will be phased out at some point in" + print " the future, please use equery instead." + print " Bugs are still fixed, but new features won't be added." print print white("Usage: ") + turquoise(__productname__) + " [ " + green("options") + " ] [ " + turquoise("action") + " ] [ " + turquoise("package") + " ]" print |
