@@ -55,7 +55,7 @@ Arguments:
5555 < RECIPE> SBUILD recipe file or URL
5656
5757Options:
58- --check-host < CHECK_HOST> Check if recipe supports this host (e.g., x86_64-Linux )
58+ --check-host < CHECK_HOST> Check if recipe supports this host (e.g., x86_64-linux )
5959 --format < FORMAT> Output format [default: text] [possible values: text, json]
6060 --field < FIELD> Output specific field (pkg, pkg_id, version, hosts, etc.)
6161 -h, --help Print help
@@ -109,7 +109,7 @@ Options:
109109Usage: sbuild-meta generate [OPTIONS] --arch < ARCH> --recipes < RECIPES> ... --output < OUTPUT>
110110
111111Options:
112- -a, --arch < ARCH> Target architecture (x86_64-Linux , aarch64-Linux , riscv64-Linux )
112+ -a, --arch < ARCH> Target architecture (x86_64-linux , aarch64-linux , riscv64-linux )
113113 -r, --recipes < RECIPES> ... Recipe directories to scan
114114 -o, --output < OUTPUT> Output directory for JSON files (creates {cache_type}/{arch}.json)
115115 --cache-type < CACHE_TYPE> Cache type to generate (bincache, pkgcache, or all) [default: all]
@@ -167,7 +167,7 @@ Usage: sbuild-meta fetch-manifest [OPTIONS] --repository <REPOSITORY>
167167Options:
168168 -r, --repository < REPOSITORY> Package repository (e.g., pkgforge/bincache/bat)
169169 -t, --tag < TAG> Tag to fetch (optional, uses latest arch-specific if not provided)
170- -a, --arch < ARCH> Target architecture [default: x86_64-Linux ]
170+ -a, --arch < ARCH> Target architecture [default: x86_64-linux ]
171171 --github-token < TOKEN> GitHub token for registry access [env: GITHUB_TOKEN]
172172 -h, --help Print help
173173` ` `
@@ -212,7 +212,7 @@ Usage: sbuild-cache update [OPTIONS] --package <PACKAGE> --version <VERSION> --s
212212
213213Options:
214214 -p, --package <PACKAGE> Package identifier (pkg_id)
215- -H, --host <HOST> Target architecture [default: x86_64-Linux ]
215+ -H, --host <HOST> Target architecture [default: x86_64-linux ]
216216 -v, --version <VERSION> Package version
217217 -s, --status <STATUS> Build status (success, failed, pending, skipped)
218218 -b, --build-id <BUILD_ID> Build ID
@@ -228,7 +228,7 @@ Usage: sbuild-cache mark-outdated [OPTIONS] --package <PACKAGE> --upstream-versi
228228
229229Options:
230230 -p, --package <PACKAGE> Package identifier
231- -H, --host <HOST> Target architecture [default: x86_64-Linux ]
231+ -H, --host <HOST> Target architecture [default: x86_64-linux ]
232232 -u, --upstream-version <UPSTREAM_VERSION> Upstream version available
233233 -h, --help Print help
234234```
@@ -239,7 +239,7 @@ Options:
239239Usage: sbuild-cache stats [OPTIONS]
240240
241241Options:
242- -H, --host <HOST> Target architecture [default: x86_64-Linux ]
242+ -H, --host <HOST> Target architecture [default: x86_64-linux ]
243243 --json Output as JSON
244244 -h, --help Print help
245245```
@@ -250,7 +250,7 @@ Options:
250250Usage: sbuild-cache list [OPTIONS]
251251
252252Options:
253- -H, --host <HOST> Target architecture [default: x86_64-Linux ]
253+ -H, --host <HOST> Target architecture [default: x86_64-linux ]
254254 -s, --status <STATUS> Filter by status [default: all] [possible values: success, failed, pending, skipped, outdated, all]
255255 --json Output as JSON
256256 -l, --limit <LIMIT> Limit number of results
@@ -263,7 +263,7 @@ Options:
263263Usage: sbuild-cache needs-rebuild [OPTIONS]
264264
265265Options:
266- -H, --host <HOST> Target architecture [default: x86_64-Linux ]
266+ -H, --host <HOST> Target architecture [default: x86_64-linux ]
267267 --json Output as JSON
268268 -h, --help Print help
269269```
@@ -274,7 +274,7 @@ Options:
274274Usage: sbuild-cache report [OPTIONS]
275275
276276Options:
277- -H, --host <HOST> Target architecture [default: x86_64-Linux ]
277+ -H, --host <HOST> Target architecture [default: x86_64-linux ]
278278 -f, --format <FORMAT> Output format [default: markdown] [possible values: markdown, html, json]
279279 -o, --output <OUTPUT> Output file (stdout if not specified)
280280 --history-limit <LIMIT> Include recent build history [default: 20]
@@ -287,7 +287,7 @@ Options:
287287Usage: sbuild-cache recent [OPTIONS]
288288
289289Options:
290- -H, --host <HOST> Target architecture [default: x86_64-Linux ]
290+ -H, --host <HOST> Target architecture [default: x86_64-linux ]
291291 -l, --limit <LIMIT> Number of recent builds to show [default: 20]
292292 --json Output as JSON
293293 -h, --help Print help
@@ -310,7 +310,7 @@ Usage: sbuild-cache get [OPTIONS] --package <PACKAGE>
310310
311311Options:
312312 -p, --package <PACKAGE> Package identifier
313- -H, --host <HOST> Target architecture [default: x86_64-Linux ]
313+ -H, --host <HOST> Target architecture [default: x86_64-linux ]
314314 --json Output as JSON
315315 -h, --help Print help
316316```
@@ -321,7 +321,7 @@ Options:
321321Usage: sbuild-cache gh-summary [OPTIONS]
322322
323323Options:
324- -H, --host <HOST> Target architecture [default: x86_64-Linux ]
324+ -H, --host <HOST> Target architecture [default: x86_64-linux ]
325325 -t, --title <TITLE> Title for the summary [default: "Build Status"]
326326 -h, --help Print help
327327```
0 commit comments