diff options
author | jbj <devnull@localhost> | 2003-12-30 13:14:49 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-12-30 13:14:49 +0000 |
commit | b1069869998cc7f4e0b4e50309fbe0482b638445 (patch) | |
tree | 58438fab9508bd2332a979c66bc55df7c6694a28 /rpm.c | |
parent | af5973adad846302e85d717992910c2559dd09b3 (diff) | |
download | librpm-tizen-b1069869998cc7f4e0b4e50309fbe0482b638445.tar.gz librpm-tizen-b1069869998cc7f4e0b4e50309fbe0482b638445.tar.bz2 librpm-tizen-b1069869998cc7f4e0b4e50309fbe0482b638445.zip |
- spelling corrections (#112728).
CVS patchset: 7047
CVS date: 2003/12/30 13:14:49
Diffstat (limited to 'rpm.c')
-rwxr-xr-x | rpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -434,7 +434,7 @@ static void printHelp(void) { printHelpLine(_(" --relocate <oldpath>=<newpath>"), _("relocate files from <oldpath> to <newpath>")); printHelpLine( " --badreloc ", - _("relocate files in non-relocateable package")); + _("relocate files in non-relocatable package")); printHelpLine(_(" --prefix <dir> "), _("relocate the package to <dir>, if relocatable")); printHelpLine(_(" --dbpath <dir> "), |