README: fixup --zone-prefix=
authorTero Marttila <tero.marttila@aalto.fi>
Thu, 26 Feb 2015 19:16:25 +0200
changeset 520 0310e199435a
parent 519 fa2fd79fe205
child 521 06792c78067e
README: fixup --zone-prefix=
README
--- a/README	Thu Feb 26 19:15:00 2015 +0200
+++ b/README	Thu Feb 26 19:16:25 2015 +0200
@@ -15,15 +15,15 @@
         ip          = 192.0.2.2
         ethernet    = 01:23:45:67:89:ab
 
-The domain name for a host is determined from the basename of the config file, so this example file would generate something like the following output for use in a `zone "test" { ... }` zonefile:
+The domain name for a host is determined from the basename of the config file, so this example file would generate something like the following output for use in a `zone "example.com" { ... }` zonefile:
     
     $ bin/pvl.hosts-forward etc/hosts/example.com 
     foo                               A     192.0.2.1
     bar                               A     192.0.2.2
 
-And correspondingly, the reverse zone for 192.0.2.0/24
+And correspondingly, the reverse zone for `2.0.192.in-addr.arpa`:
 
-    $ bin/pvl.hosts-reverse --reverse-zone=192.0.2 etc/hosts/example.com
+    $ bin/pvl.hosts-reverse --zone-prefix=192.0.2.0/24 etc/hosts/example.com
     1                                 PTR   foo.example.com.
     2                                 PTR   bar.example.com.