about summary refs log tree commit diff
path: root/nixos/maintainers
diff options
context:
space:
mode:
authorNicGrimpe <58112514+NicGrimpe@users.noreply.github.com>2024-01-18 10:09:29 -0500
committerGitHub <noreply@github.com>2024-01-18 16:09:29 +0100
commit82ea33a08118eaf15e47929dee39903e6bebe061 (patch)
tree135a893be78bc43aeaa91b7029bec35fe00083b8 /nixos/maintainers
parent61e2b86f51af8b14a12eedb33eecccf353500e8b (diff)
nixos/maintainers: in docs, ./option-usage.nix -> ./option-usages.nix (#271592)
Diffstat (limited to 'nixos/maintainers')
-rw-r--r--nixos/maintainers/option-usages.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/maintainers/option-usages.nix b/nixos/maintainers/option-usages.nix
index 11247666ecda9..e9bafa21a58ae 100644
--- a/nixos/maintainers/option-usages.nix
+++ b/nixos/maintainers/option-usages.nix
@@ -9,17 +9,17 @@
 
 # This file is made to be used as follow:
 #
-#   $ nix-instantiate ./option-usage.nix --argstr testOption service.xserver.enable -A txtContent --eval
+#   $ nix-instantiate ./option-usages.nix --argstr testOption service.xserver.enable -A txtContent --eval
 #
 # or
 #
-#   $ nix-build ./option-usage.nix --argstr testOption service.xserver.enable -A txt -o service.xserver.enable._txt
+#   $ nix-build ./option-usages.nix --argstr testOption service.xserver.enable -A txt -o service.xserver.enable._txt
 #
 # Other targets exists such as `dotContent`, `dot`, and `pdf`.  If you are
 # looking for the option usage of multiple options, you can provide a list
 # as argument.
 #
-#   $ nix-build ./option-usage.nix --arg testOptions \
+#   $ nix-build ./option-usages.nix --arg testOptions \
 #      '["boot.loader.gummiboot.enable" "boot.loader.gummiboot.timeout"]' \
 #      -A txt -o gummiboot.list
 #