1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

gnupdate: Fix typo.

svn path=/nixpkgs/trunk/; revision=22468
This commit is contained in:
Ludovic Courtès 2010-07-04 21:11:31 +00:00
parent 5808f1a0ca
commit 227c0d768e

View file

@ -741,7 +741,7 @@ exec ${GUILE-guile} -L "$PWD" -l "$0" \
(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 <ludo@gnu.org>~%")