summaryrefslogtreecommitdiffstats
path: root/src/pacman/query.c
diff options
context:
space:
mode:
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;