From 05c43eb41cbb6e803a960a04c77124d26d01e870 Mon Sep 17 00:00:00 2001 From: Simon Elsbrock Date: Tue, 17 May 2022 22:47:23 +0200 Subject: [PATCH] docs: fix wrong sentence for `-o` --- nixos-generate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-generate b/nixos-generate index 04dc910..d3adbb2 100755 --- a/nixos-generate +++ b/nixos-generate @@ -41,7 +41,7 @@ Options: * --system: specify the target system (eg: x86_64-linux) * -o, --out-link: specify the outlink location for nix-build * --cores : to control the maximum amount of parallelism. (see nix-build documentation) -* --option : Passed to to nix-build (see nix-build documentation). +* --option : Passed to nix-build (see nix-build documentation). * -I KEY=VALUE: Add a key to the Nix expression search path. USAGE }