[Bug]: ./syscap_tool -h 或者 ./syscap_tool --hellp 帮助提示打印优化

Signed-off-by: xuezhou_yan <yangang20@huawei.com>
This commit is contained in:
xuezhou_yan
2025-07-28 19:55:25 +08:00
parent cb99b12b27
commit 6f89fa1a1a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ SysCap tools usually integrate to IDE, APP store and bundle tools. Follow instru
-i filepath, --input filepath : input file
-o outpath, --input outpath : output path
-o outpath, --output outpath : output path
```
## Syscap consistency check tool
+1 -1
View File
@@ -96,7 +96,7 @@ syscap_tool -R/P -e/d -i filepath [-o outpath]
-d, --decode : decode to json format.
-s, --string : decode string format.
-i filepath, --input filepath : input file
-o outpath, --input outpath : output path
-o outpath, --output outpath : output path
-v, --version : print syscap_tool version information.
syscap_tool v1.1.1
+1 -1
View File
@@ -205,7 +205,7 @@ void PrintHelp(void)
printf("-e, --encode\t: encode to sc format.\n\t-s, --string : encode to string format.\n");
printf("-d, --decode\t: decode to json format.\n\t-s, --string : decode string format.\n");
printf("-i filepath, --input filepath\t: input file\n");
printf("-o outpath, --input outpath\t: output path\n");
printf("-o outpath, --output outpath\t: output path\n");
printf("-v, --version\t: print syscap_tool version information.\n");
}