mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-17 11:11:58 +02:00
gdbus-tool: Improve --help output for gdbus wait
Include a parameter placeholder for the bus name, which is required. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
fe2813b842
commit
0e0b5dff7c
@ -2028,7 +2028,7 @@ handle_wait (gint *argc,
|
||||
|
||||
modify_argv0_for_command (argc, argv, "wait");
|
||||
|
||||
o = g_option_context_new (NULL);
|
||||
o = g_option_context_new (_("[OPTION…] BUS-NAME"));
|
||||
g_option_context_set_help_enabled (o, FALSE);
|
||||
g_option_context_set_summary (o, _("Wait for a bus name to appear."));
|
||||
g_option_context_add_main_entries (o, wait_entries, GETTEXT_PACKAGE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user