diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-01-07 15:37:43 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-01-07 15:37:43 +0200 |
commit | c80bd01564129d531107f9f8458fc7c07e64bba5 (patch) | |
tree | 4a2edf39e4cf105c64e4973bf0a81b5ca23d1be2 /rpmqv.c | |
parent | fcf6b50378eaeac4c1f7ca215b33586b4d41072f (diff) | |
download | librpm-tizen-c80bd01564129d531107f9f8458fc7c07e64bba5.tar.gz librpm-tizen-c80bd01564129d531107f9f8458fc7c07e64bba5.tar.bz2 librpm-tizen-c80bd01564129d531107f9f8458fc7c07e64bba5.zip |
Print --usage to stderr instead of stdout (rhbz#164021)
Patch derived from rpm5.org work of Jeff Johnson
Diffstat (limited to 'rpmqv.c')
-rw-r--r-- | rpmqv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -828,7 +828,7 @@ ia->probFilter |= RPMPROB_FILTER_OLDPACKAGE; #endif case MODE_UNKNOWN: if (poptPeekArg(optCon) != NULL || argc <= 1 || rpmIsVerbose()) { - printUsage(optCon, stdout, 0); + printUsage(optCon, stderr, 0); ec = argc; } break; |