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'\