From 492944b0f2c539240dc99392eb07f9064cb93c93 Mon Sep 17 00:00:00 2001 From: Thane Gill Date: Sun, 28 Jan 2024 18:12:36 -0800 Subject: [PATCH] Update darwin-rebuild.zsh-completions Co-authored-by: Michael Hoang --- pkgs/nix-tools/darwin-rebuild.zsh-completions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/nix-tools/darwin-rebuild.zsh-completions b/pkgs/nix-tools/darwin-rebuild.zsh-completions index ae92b891..466343fe 100644 --- a/pkgs/nix-tools/darwin-rebuild.zsh-completions +++ b/pkgs/nix-tools/darwin-rebuild.zsh-completions @@ -7,7 +7,7 @@ local -a _1st_arguments _1st_arguments=( 'edit:Open nix-darwin config in $EDITOR'\ 'switch:Build, activate, and update the current generation'\ - 'activate:Activate, and update the current generation'\ + 'activate:Activate an already built store path and update the current generation'\ 'build:Build without activating or updating the current generation'\ 'check:Build and run the activation sanity checks'\ 'changelog:Show most recent entries in the changelog'\