Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-09-09 00:58:54 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-09-09 00:58:54 +0300
commit9c232a6203d237acb0e5f93fe937a023219d235b (patch)
tree91b62aa2184af0b84c362a177ea53769abdc2c01 /src/remmina.c
parent4e8956a91ab42b93db951c709101128ca6c9c7ca (diff)
Updating remmina documentation
Diffstat (limited to 'src/remmina.c')
-rw-r--r--src/remmina.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remmina.c b/src/remmina.c
index 6a45c59d3..58ebbd478 100644
--- a/src/remmina.c
+++ b/src/remmina.c
@@ -96,7 +96,7 @@ static GOptionEntry remmina_options[] =
{ "version", 'v', 0, G_OPTION_ARG_NONE, NULL, N_("Show the application’s version"), NULL },
{ "full-version", 'V', 0, G_OPTION_ARG_NONE, NULL, N_("Show the application’s version, including the plugin versions"), NULL },
{ "update-profile", 0, 0, G_OPTION_ARG_FILENAME, NULL, N_("Modify connection profile, require also --set-option"), NULL },
- { "set-option", 0, 0, G_OPTION_ARG_STRING_ARRAY, NULL, N_("Set a profile setting, to be used with --update-profile"), NULL },
+ { "set-option", 0, 0, G_OPTION_ARG_STRING_ARRAY, NULL, N_("Set one or more profile settings, to be used with --update-profile"), NULL },
{ NULL }
};