[devhelp/application-menu: 6/7] main: document the argument in the search-related options
- From: Aleksander Morgado <aleksm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devhelp/application-menu: 6/7] main: document the argument in the search-related options
- Date: Tue, 12 Jun 2012 10:59:49 +0000 (UTC)
commit fef54911980c360df45e696ad55d568eafc5a120
Author: Aleksander Morgado <aleksander lanedo com>
Date: Tue Jun 12 12:54:59 2012 +0200
main: document the argument in the search-related options
src/dh-main.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/dh-main.c b/src/dh-main.c
index 4b9c5c7..d9fdedc 100644
--- a/src/dh-main.c
+++ b/src/dh-main.c
@@ -52,7 +52,7 @@ static GOptionEntry options[] = {
{ "search", 's',
0, G_OPTION_ARG_STRING, &option_search,
N_("Search for a keyword"),
- NULL
+ N_("KEYWORD")
},
{ "quit", 'q',
0, G_OPTION_ARG_NONE, &option_quit,
@@ -72,7 +72,7 @@ static GOptionEntry options[] = {
{ "search-assistant", 'a',
0, G_OPTION_ARG_STRING, &option_search_assistant,
N_("Search and display any hit in the assistant window"),
- NULL
+ N_("KEYWORD")
},
{ NULL }
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]