diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-07 21:49:29 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-07 21:49:29 +0800 |
| commit | f5133df198050b82dbdf19a4b2b09c4c27ea07b0 (patch) | |
| tree | cc4e489ce4468f00d0c29321b96989e63d10b1b9 /resources/helps/butck.txt | |
| parent | 846dd60ef3f167b60f5472493f30a6705de692d5 (diff) | |
Rename subcommands and constants for clarity
Diffstat (limited to 'resources/helps/butck.txt')
| -rw-r--r-- | resources/helps/butck.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/helps/butck.txt b/resources/helps/butck.txt index 0886b39..bca4d3d 100644 --- a/resources/helps/butck.txt +++ b/resources/helps/butck.txt @@ -6,7 +6,7 @@ Usage: butck [-v | --version] [-h | --help] [-q | --quiet] [-H | --chunk-hash <blake3/sha256>] [-o | --output-dir <output>] [-O | --output-file <file>] [-r | --recursive] [-R | --register <name>] - [-S | --stream-read <size_byte>] [-m | --memmap-read] + [-S | --stream <size_byte>] [-m | --memmap-read] [+p | +param key=value] @@ -14,9 +14,9 @@ Subcommands: write <file> Write a file and output the index file write <file> -R <name> Then, register the index build <index/name> Input an index file and build the file from the storage - policies Output all available policies (including stream policies) - simple_policies Output only simple policies - stream_policies Output only stream policies + lspolicy List available policies + (`--stream 0` to display stream policies) + lspolicy-all List all policies (including streaming) Butchunker 0.1.0 Copyright (c) 2026 Weicao-CatilGrass |
