diff options
author | Daniil Baturin <daniil@baturin.org> | 2014-03-01 03:14:37 +0700 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2014-03-01 03:14:37 +0700 |
commit | 27feee9c48291af655229f0b848b49cd71213e19 (patch) | |
tree | cf5249d386b75b6886f20377f306a986a4e56eb5 /admin-tools/dhcpremember.pl | |
parent | 7a1512892f62b369e997ac590ecc9b6028393335 (diff) | |
download | vyos-utils-misc-27feee9c48291af655229f0b848b49cd71213e19.tar.gz vyos-utils-misc-27feee9c48291af655229f0b848b49cd71213e19.zip |
Fix typos in description.
Diffstat (limited to 'admin-tools/dhcpremember.pl')
-rw-r--r-- | admin-tools/dhcpremember.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin-tools/dhcpremember.pl b/admin-tools/dhcpremember.pl index 5d338f8..1881078 100644 --- a/admin-tools/dhcpremember.pl +++ b/admin-tools/dhcpremember.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl # -# Generated static mapping from the DHCP leases op mode command output +# Generates static mapping commands from the DHCP leases op mode command output # # On VyOS and Vyatta, invoke like "run show dhcp server leases | /config/scripts/dhcpremember.pl" # On EdgeOS, invoke like "run show dhcp leases | /config/scripts/dhcpremember.pl" |