diff options
author | Jiří Klimeš <jklimes@redhat.com> | 2014-03-25 10:13:08 +0100 |
---|---|---|
committer | Jiří Klimeš <jklimes@redhat.com> | 2014-03-31 08:37:10 +0200 |
commit | ea962ce4112ccf3b25efe5b9661c1a48090dc4e4 (patch) | |
tree | c6e69ef65e0f9157bfb20aad7071310bdbead67f | |
parent | 520d2814ba720cf8aee9d6f91fca4e3ea0d8555f (diff) | |
download | NetworkManager-ea962ce4112ccf3b25efe5b9661c1a48090dc4e4.tar.gz |
trivial: correct nm-online's '--exit' option description
-rw-r--r-- | test/nm-online.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nm-online.c b/test/nm-online.c index e4e52d154c..25a195f994 100644 --- a/test/nm-online.c +++ b/test/nm-online.c @@ -117,7 +117,7 @@ main (int argc, char *argv[]) GOptionEntry options[] = { {"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"), NULL}, + {"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}, {"wait-for-startup", 's', 0, G_OPTION_ARG_NONE, &wait_startup, N_("Wait for NetworkManager startup instead of a connection"), NULL}, {NULL} |