diff options
author | jbj <devnull@localhost> | 2000-02-13 19:24:19 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-02-13 19:24:19 +0000 |
commit | d932818c2369e9d39c2da0b8605a0f702a38ffde (patch) | |
tree | 85d9989c83374e9f7b28b110e12e3a79318b6fbe /rpm.c | |
parent | 277645f5b0d9aea985e1f266ed7bbcf0483abb6a (diff) | |
download | librpm-tizen-d932818c2369e9d39c2da0b8605a0f702a38ffde.tar.gz librpm-tizen-d932818c2369e9d39c2da0b8605a0f702a38ffde.tar.bz2 librpm-tizen-d932818c2369e9d39c2da0b8605a0f702a38ffde.zip |
Patches from PLD.
CVS patchset: 3556
CVS date: 2000/02/13 19:24:19
Diffstat (limited to 'rpm.c')
-rwxr-xr-x | rpm.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1044,7 +1044,8 @@ int main(int argc, const char ** argv) if (noDeps & (bigMode & ~MODES_FOR_NODEPS)) argerror(_("--nodeps may only be specified during package " - "building, installation, erasure, and verification")); + "building, rebuilding, recompilation, installation," + "erasure, and verification")); if (test && (bigMode & ~MODES_FOR_TEST)) argerror(_("--test may only be specified during package installation, " |