summaryrefslogtreecommitdiff
path: root/rpm.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2000-07-09 23:10:25 +0000
committerjbj <devnull@localhost>2000-07-09 23:10:25 +0000
commitdb3190176b4615621024fdf2cfaad406ba11aa83 (patch)
tree48728dd20b5647795c524cee7d85168f37123132 /rpm.c
parent10eb9f2c5d4736cd0ca71e5e25c0f3e97de3a4e9 (diff)
downloadlibrpm-tizen-db3190176b4615621024fdf2cfaad406ba11aa83.tar.gz
librpm-tizen-db3190176b4615621024fdf2cfaad406ba11aa83.tar.bz2
librpm-tizen-db3190176b4615621024fdf2cfaad406ba11aa83.zip
- prefix payload paths with "./", otherwise "/" can't be represented.
- fix: compressFilelist broke when fed '/'. - fix: typo in --last popt alias (#12690). - fix: clean file paths before performing -qf (#12493). CVS patchset: 3930 CVS date: 2000/07/09 23:10:25
Diffstat (limited to 'rpm.c')
-rwxr-xr-xrpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm.c b/rpm.c
index 086c0ca11..b537d6af6 100755
--- a/rpm.c
+++ b/rpm.c
@@ -342,7 +342,7 @@ static void printHelp(void) {
printHelpLine(_(" --whatrequires <cap>"),
_("query packages which require <cap> capability"));
puts( _(" Information selection options:"));
- printHelpLine( " -i, --info ",
+ printHelpLine( " -i, --info ",
_("display package information"));
printHelpLine( " --changelog ",
_("display the package's change log"));