diff options
Diffstat (limited to 'scripts/nix-pull.in')
-rw-r--r-- | scripts/nix-pull.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nix-pull.in b/scripts/nix-pull.in index eb14a1739549..67a7838f19f0 100644 --- a/scripts/nix-pull.in +++ b/scripts/nix-pull.in @@ -26,7 +26,7 @@ $stateDir = "@localstatedir@/nix" unless defined $stateDir; umask 0022; -# Obtain URLs either from the command line or from a configuration file. +# Process the URLs specified on the command line. my %narFiles; my %patches; my %successors; |