about summary refs log tree commit diff
path: root/test/nm-online.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/nm-online.c')
-rw-r--r--test/nm-online.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nm-online.c b/test/nm-online.c
index 4b3ae9a6..f1777374 100644
--- a/test/nm-online.c
+++ b/test/nm-online.c
@@ -139,7 +139,7 @@ int main (int argc, char *argv[])
 	gboolean success;
 
 	GOptionEntry options[] = {
-		{"timeout", 't', 0, G_OPTION_ARG_INT, &t_secs, N_("Time to wait for a connection, in seconds (default is 30)"), NULL},
+		{"timeout", 't', 0, G_OPTION_ARG_INT, &t_secs, N_("Time to wait for a connection, in seconds (without the option, default value is 30)"), "<timeout>"},
 		{"exit", 'x', 0, G_OPTION_ARG_NONE, &exit_no_nm, N_("Exit immediately if NetworkManager is not running or connecting"), NULL},
 		{"quiet", 'q', 0, G_OPTION_ARG_NONE, &quiet, N_("Don't print anything"), NULL},
 		{NULL}