update readme again

This commit is contained in:
kjeld Schouten-Lebbing 2022-01-20 17:05:46 +01:00
parent c43251f390
commit 20f68e608b
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB

View File

@ -98,7 +98,7 @@ def process_args():
global RESTORE
global LIST
global DELETE
parser = argparse.ArgumentParser(description='Update TrueNAS SCALE Apps \n please do NOT combine short arguments like -ubs always use -u -b -s etc.')
parser = argparse.ArgumentParser(description='TrueCharts CLI Tool. Warning: please do NOT combine short arguments like -ubs always use -u -b -s etc.')
parser.add_argument('-c', '--catalog', nargs='?', default='ALL', help='name of the catalog you want to process in caps. Or "ALL" to render all catalogs.')
parser.add_argument('-v', '--versioning', nargs='?', default='minor', help='Name of the versioning scheme you want to update. Options: major, minor or patch. Defaults to minor')
parser.add_argument('-b', '--backup', nargs='?', const='14', help='backup the complete Apps system prior to updates, add a number to specify the max old backups to keep')