Author: ludo Date: 2010-07-04 21:11:31 +0000 (Sun, 04 Jul 2010) New Revision: 22468
You can view the changes in this commit at: https://svn.nixos.org/viewvc/nix?rev=22468&view=rev Modified: nixpkgs/trunk/maintainers/scripts/gnu/gnupdate Log: gnupdate: Fix typo. Changes: Modified: nixpkgs/trunk/maintainers/scripts/gnu/gnupdate =================================================================== --- nixpkgs/trunk/maintainers/scripts/gnu/gnupdate 2010-07-04 21:11:27 UTC (rev 22467) +++ nixpkgs/trunk/maintainers/scripts/gnu/gnupdate 2010-07-04 21:11:31 UTC (rev 22468) @@ -741,7 +741,7 @@ (format #t " -x, --xml=FILE Read XML output of `nix-instantiate'~%") (format #t " from FILE.~%") (format #t " -s, --select=SET Update only packages from SET, which may~%") - (format #t " be either `all',`stdenv', or `non-stdenv'.~%") + (format #t " be either `all', `stdenv', or `non-stdenv'.~%") (format #t " -d, --dry-run Don't actually update Nix expressions~%") (format #t " -h, --help Give this help list.~%~%") (format #t "Report bugs to <[email protected]>~%") _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
