diff options
author | jbj <devnull@localhost> | 2000-07-09 23:10:25 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-07-09 23:10:25 +0000 |
commit | db3190176b4615621024fdf2cfaad406ba11aa83 (patch) | |
tree | 48728dd20b5647795c524cee7d85168f37123132 /rpm.c | |
parent | 10eb9f2c5d4736cd0ca71e5e25c0f3e97de3a4e9 (diff) | |
download | librpm-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-x | rpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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")); |