summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2013-11-12 20:45:00 +0100
committerThomas Haller <thaller@redhat.com>2013-11-12 20:45:05 +0100
commitd95da820fcb30aff65125c366bef271e8c46f12b (patch)
treeec7cad77d5ccc7deb1e2b18c191c9e140307fb24
parented60815d4c26b7ea8bead439abb9a02f8c80a1b6 (diff)
downloadNetworkManager-d95da820fcb30aff65125c366bef271e8c46f12b.tar.gz
cli: tivial fixup whitespace in command description text
Signed-off-by: Thomas Haller <thaller@redhat.com>
-rw-r--r--cli/src/settings.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/cli/src/settings.c b/cli/src/settings.c
index 1ac461201b..1df4c8ce46 100644
--- a/cli/src/settings.c
+++ b/cli/src/settings.c
@@ -2153,7 +2153,7 @@ static const char *
nmc_property_connection_describe_permissions (NMSetting *setting, const char *prop)
{
return _("Enter a list of user permissions. This is a list of user names formatted as:\n"
- " [user:]<user name 1>, [user:]<user name 2>,... \n"
+ " [user:]<user name 1>, [user:]<user name 2>,...\n"
"The items can be separated by commas or spaces.\n\n"
"Example: alice bob charlie\n");
}
@@ -2816,7 +2816,7 @@ static const char *
nmc_property_ipv4_describe_routes (NMSetting *setting, const char *prop)
{
return _("Enter a list of IPv4 routes formatted as:\n"
- " ip/[prefix] next-hop [metric],... \n"
+ " ip/[prefix] next-hop [metric],...\n"
"Missing prefix is regarded as a prefix of 32.\n"
"Missing metric is regarded as a metric of 0.\n\n"
"Example: 192.168.2.0/24 192.168.2.1 3, 10.1.0.0/16 10.0.0.254\n");
@@ -3033,7 +3033,7 @@ static const char *
nmc_property_ipv6_describe_routes (NMSetting *setting, const char *prop)
{
return _("Enter a list of IPv6 routes formatted as:\n"
- " ip/[prefix] next-hop [metric],... \n"
+ " ip/[prefix] next-hop [metric],...\n"
"Missing prefix is regarded as a prefix of 128.\n"
"Missing metric is regarded as a metric of 0.\n\n"
"Example: 2001:db8:beef:2::/64 2001:db8:beef::2, 2001:db8:beef:3::/64 2001:db8:beef::3 2\n");
@@ -3321,7 +3321,7 @@ nmc_property_wired_describe_s390_options (NMSetting *setting, const char *prop)
options_str = g_strjoinv (", ", (char **) valid_options);
desc = g_strdup_printf (_("Enter a list of S/390 options formatted as:\n"
- " option = <value>, option = <value>,... \n"
+ " option = <value>, option = <value>,...\n"
"Valid options are: %s\n"),
options_str);
g_free (options_str);