blob: b85c48e92d5341f86742448ecac0843b24912ffa (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- rpm.c.orig Thu Sep 14 02:15:44 2000
+++ rpm.c Thu Oct 5 00:37:37 2000
@@ -313,7 +313,7 @@
_("print the version of rpm being used"));
puts( _(" all modes support the following arguments:"));
printHelpLine(_(" --rcfile <file> "),
- _("use <file> instead of /etc/rpmrc and $HOME/.rpmrc"));
+ _("use <file> instead of %%PREFIX%%/etc/rpmrc and $HOME/.rpmrc"));
printHelpLine( " -v ",
_("be a little more verbose"));
printHelpLine( " -vv ",
|