1
0

doc: update some doc

This commit is contained in:
2026-04-19 16:10:04 +08:00
parent c650290df6
commit 3e588f0ac9
4 changed files with 50 additions and 12 deletions

View File

@@ -2,6 +2,8 @@
For the syntax of this executable's parameters, execute it with `--help` for more.
For how to write manifest TOML file passed to `config` parameter, please see our example located in `example/ppic.toml`.
For how to write manifest TOML file passed to `config` parameter,
please see our example located in `example/manifest/ppic.toml`.
Please note that the value passed to `for` parameter should be consistent when calling `query`, `register` and `unregister`. For example you should not call `register` with `--for user`, and call `unregister` with `--for system` later.
Please note that the value passed to `for` parameter should be consistent when calling `query`, `register` and `unregister`.
For example you should not call `register` with `--for user`, and call `unregister` with `--for system` later.