diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-02-08 17:13:39 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-02-08 17:13:39 +0000 |
commit | 61d3e9740baa90dd2f78028500b8152de45dbcd6 (patch) | |
tree | db219aea85dae6d47053916ac4c429be021a01ab /urpmf | |
parent | c752ed95114cfe4a5d6289230f6cd3dcb1874ee3 (diff) | |
download | urpmi-61d3e9740baa90dd2f78028500b8152de45dbcd6.tar urpmi-61d3e9740baa90dd2f78028500b8152de45dbcd6.tar.gz urpmi-61d3e9740baa90dd2f78028500b8152de45dbcd6.tar.bz2 urpmi-61d3e9740baa90dd2f78028500b8152de45dbcd6.tar.xz urpmi-61d3e9740baa90dd2f78028500b8152de45dbcd6.zip |
Use stdout for informational messages, not stderr
Diffstat (limited to 'urpmf')
-rwxr-xr-x | urpmf | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ # $Id$ #- Copyright (C) 2002, 2003, 2004, 2005 MandrakeSoft SA -#- Copyright (C) 2005 Mandriva SA +#- Copyright (C) 2005, 2006 Mandriva SA #- #- This program is free software; you can redistribute it and/or modify #- it under the terms of the GNU General Public License as published by @@ -26,7 +26,7 @@ use urpm::msg; sub usage { print N("urpmf version %s -Copyright (C) 2002-2005 Mandriva. +Copyright (C) 2002-2006 Mandriva. This is free software and may be redistributed under the terms of the GNU GPL. usage: urpmf [options] pattern-expression @@ -170,7 +170,7 @@ if ($@) { } if ($env) { - print STDERR N("using specific environment on %s\n", $env); + print N("using specific environment on %s\n", $env); #- setting new environment. $urpm->{config} = "$env/urpmi.cfg"; $urpm->{skiplist} = "$env/skip.list"; |