summaryrefslogtreecommitdiffstats
path: root/src/pacman/pacman.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/pacman.c')
-rw-r--r--src/pacman/pacman.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c
index 72a72ba5..c542a989 100644
--- a/src/pacman/pacman.c
+++ b/src/pacman/pacman.c
@@ -65,8 +65,8 @@ static void usage(int op, const char * const myname)
/* prefetch some strings for usage below, which moves a lot of calls
* out of gettext. */
char const * const str_opt = _("options");
- char const * const str_file = _("file");
- char const * const str_pkg = _("package");
+ char const * const str_file = _("file(s)");
+ char const * const str_pkg = _("package(s)");
char const * const str_usg = _("usage");
char const * const str_opr = _("operation");