Fixing comment case

This commit is contained in:
Michael Raskin 2014-09-03 20:03:03 +04:00
parent 46623bfc15
commit 3e841ef642

View File

@ -46,7 +46,7 @@ in
default = []; default = [];
example = [ "8.8.8.8" "8.8.4.4" ]; example = [ "8.8.8.8" "8.8.4.4" ];
description = '' description = ''
The dns servers which dnsmasq should query. The DNS servers which dnsmasq should query.
''; '';
}; };