From 327f5a88ff3e54fec2b5462119f776ba891afc86 Mon Sep 17 00:00:00 2001 From: Parthiv Date: Sat, 27 Oct 2018 15:22:07 +0530 Subject: [PATCH] [FIX] text for app store --- flectra/tools/config.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flectra/tools/config.py b/flectra/tools/config.py index 82c7491f..71a50f08 100644 --- a/flectra/tools/config.py +++ b/flectra/tools/config.py @@ -279,7 +279,9 @@ class configmanager(object): help="Use the unaccent function provided by the database when available.") group.add_option("--geoip-db", dest="geoip_database", my_default='/usr/share/GeoIP/GeoLiteCity.dat', help="Absolute path to the GeoIP database file.") - group.add_option("--app-store", dest="app_store", help="specify the option to enable app store. Accepted values: [install|download|disable]", my_default='install') + group.add_option("--app-store", dest="app_store", + help="specify the option to enable app store. (default : install) " + "Options : [install|download|disable]", my_default='install') parser.add_option_group(group) if os.name == 'posix':