diff options
Diffstat (limited to 'trunk/src/old-scripts')
| -rwxr-xr-x | trunk/src/old-scripts/ewhich | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/trunk/src/old-scripts/ewhich b/trunk/src/old-scripts/ewhich index 4b1f875..345ec34 100755 --- a/trunk/src/old-scripts/ewhich +++ b/trunk/src/old-scripts/ewhich @@ -10,10 +10,8 @@ import portage,sys,os from output import * -print -print red("!!! As of Gentoolkit 0.2.0 this tool is deprecated") -print red("!!! ") + "Refer to 'equery which' for a replacement" -print +sys.stderr.write("\n" + red("!!!") + " As of Gentoolkit 0.2.0 this tool is deprecated\n") +sys.stderr.write(red("!!!") + " Refer to 'equery which' for a replacement\n\n") def print_help(): print |
