mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-26 17:56:33 -04:00
[Bug]: ./syscap_tool -h 或者 ./syscap_tool --hellp 帮助提示打印优化
Signed-off-by: xuezhou_yan <yangang20@huawei.com>
This commit is contained in:
@@ -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
@@ -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
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user