Skip to content

Commit 1c36d61

Browse files
roberthMic92pbsds
authored
Add example to --systems help (#482)
Without it, the syntax is unclear. For instance, I tried commas, and that didn't work. Co-authored-by: Jörg Thalheim <[email protected]> Co-authored-by: Peder Bergebakken Sundt <[email protected]>
1 parent c252cff commit 1c36d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixpkgs_review/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def common_flags() -> list[CommonFlag]:
219219
"--systems",
220220
type=str,
221221
default="current",
222-
help="Nix 'systems' to evaluate and build packages for",
222+
help="Nix 'systems' to evaluate and build packages for (e.g. 'all' or 'x86_64-linux aarch64-darwin')",
223223
),
224224
CommonFlag(
225225
"--system",

0 commit comments

Comments
 (0)