nixos-option: fixes as suggested by @nbp

This commit is contained in:
Domen Kožar 2014-09-06 20:59:06 +02:00
parent 0d35711412
commit 18d9904433
2 changed files with 4 additions and 2 deletions

View file

@ -71,7 +71,7 @@ Description:
Whether to enable the GNU GRUB boot loader.
Declared by:
"/path/to/nixpkgs/nixos/modules/system/boot/loader/grub/grub.nix"
"/nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs/nixos/modules/system/boot/loader/grub/grub.nix"
Defined by:
"/nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs/nixos/modules/system/boot/loader/grub/grub.nix"

View file

@ -182,7 +182,9 @@ if test "$(evalOpt "_type" 2> /dev/null)" = '"option"'; then
fi
echo
if example=$(evalOpt "example" - 2> /dev/null); then
echo "Example: $example"
echo "Example:"
echo "$example"
echo
fi
echo "Description:"
echo