From e7bd55afddff4c87f57df93bad69fd5515c5482c Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Wed, 20 Jul 2016 09:30:33 +0200 Subject: [PATCH] cli: fix typo in overview output Fixes: f14845cc200e21ed3aafadc2f9456cb0e2791f56 --- clients/cli/general.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/cli/general.c b/clients/cli/general.c index 692ef74043..739cdf8536 100644 --- a/clients/cli/general.c +++ b/clients/cli/general.c @@ -1170,7 +1170,7 @@ do_overview (NmCli *nmc, int argc, char **argv) g_print (_("Use \"nmcli device show\" to get complete information about known devices and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" - "Consult nmcli(1) and nmcli-exmaples(5) manual pages for complete usage details.\n")); + "Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage details.\n")); return NMC_RESULT_SUCCESS; }