Hi! Here's a fix for cosmethic bugs I found during translating pacman. From 3784d9cb45bc96d8d6d0120a89c1f24e58f60ee6 Mon Sep 17 00:00:00 2001 From: Roman Kyrylych <roman@vostro.localdomain> Date: Mon, 25 Aug 2008 17:20:03 +0300 Subject: [PATCH] Added a couple of missing commas to help messages Signed-off-by: Roman Kyrylych <roman@vostro.localdomain> --- po/pacman.pot | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/po/pacman.pot b/po/pacman.pot index 5c64a57..039e671 100644 --- a/po/pacman.pot +++ b/po/pacman.pot @@ -292,7 +292,7 @@ msgstr "" #, c-format msgid "" "\n" -"use '%s {-h --help}' with an operation for available options\n" +"use '%s {-h, --help}' with an operation for available options\n" msgstr "" #, c-format @@ -449,7 +449,7 @@ msgid "" msgstr "" #, c-format -msgid " -q --quiet show less information for query and search\n" +msgid " -q, --quiet show less information for query and search\n" msgstr "" #, c-format -- 1.6.0 -- Roman Kyrylych (Роман Кирилич)