summaryrefslogtreecommitdiffstats
path: root/src/pacman/query.c
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2011-09-05 19:16:07 +0200
committerDan McGee <dan@archlinux.org>2011-09-06 15:43:23 +0200
commit7054e37126cc476b88da7b57a6efa658d4765cf0 (patch)
treeb81d1a1d4818fbe2382a15c322b9cc20e23aa084 /src/pacman/query.c
parent400942fedf35d4fc6b584b8f1552f1ec649136fe (diff)
downloadpacman-7054e37126cc476b88da7b57a6efa658d4765cf0.tar.gz
pacman-7054e37126cc476b88da7b57a6efa658d4765cf0.tar.xz
sync: add missing newline in warning message
Dan: fix the other missing one too. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'src/pacman/query.c')
-rw-r--r--src/pacman/query.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/query.c b/src/pacman/query.c
index 31252bd3..9dbc5297 100644
--- a/src/pacman/query.c
+++ b/src/pacman/query.c
@@ -567,7 +567,7 @@ int pacman_query(alpm_list_t *targets)
_("package '%s' was not found\n"), strname);
if(!config->op_q_isfile && access(strname, R_OK) == 0) {
pm_fprintf(stderr, ALPM_LOG_WARNING,
- _("'%s' is a file, you might want to use %s."),
+ _("'%s' is a file, you might want to use %s.\n"),
strname, "-p/--file");
}
break;