From f320c02afe596cdabf8be27e951aa3ffa63f64e7 Mon Sep 17 00:00:00 2001 From: zhiren Date: Tue, 12 Sep 2023 16:26:39 -0400 Subject: [PATCH] update the help page --- app/resources/custom_help.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/resources/custom_help.py b/app/resources/custom_help.py index 1d7628cd..7f6a27f5 100644 --- a/app/resources/custom_help.py +++ b/app/resources/custom_help.py @@ -6,10 +6,9 @@ class HelpPage: page = { 'update': { - 'version': '2.7.0a0', - '1': 'The logic of normal upload and resumble are splited. ' - 'add new command for resumable upload as `pilotcli file resume -r manifest.json`', - '2': 'The manifest file will be output for both file/folder upload', + 'version': '2.7.0', + '1': 'Add new feature for folder merging', + '2': 'Secure the config file', '3': 'Optimize logic, input and error message', }, 'dataset': {