[FIX] text for app store

This commit is contained in:
Parthiv 2018-10-27 15:22:07 +05:30
parent a6e18e1dfc
commit 327f5a88ff
1 changed files with 3 additions and 1 deletions

View File

@ -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':