diff options
author | James Davidson <james.davidson@vyatta.com> | 2013-05-24 13:23:51 -0700 |
---|---|---|
committer | James Davidson <james.davidson@vyatta.com> | 2013-05-24 13:23:51 -0700 |
commit | 0b9a7f1c5af6b382a6c64da7206b6edbff42c8e1 (patch) | |
tree | e880bd873e017d45737e1a6b41e4cc40ae27a4f4 | |
parent | 779a4577d0246eea38a4a21ff87851e54c7194a1 (diff) | |
download | vyatta-op-0b9a7f1c5af6b382a6c64da7206b6edbff42c8e1.tar.gz vyatta-op-0b9a7f1c5af6b382a6c64da7206b6edbff42c8e1.zip |
Update DHCP server commands used in "show tech-support"
Bug 8502
-rwxr-xr-x | functions/tech-support | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/tech-support b/functions/tech-support index fcc5d69..680dc09 100755 --- a/functions/tech-support +++ b/functions/tech-support @@ -397,9 +397,9 @@ fi header DHCP Server if cli-shell-api existsActive service dhcp-server; then header DHCP Leases - show dhcp leases + show dhcp server leases header DHCP Statistics - show dhcp statistics + show dhcp server statistics else echo "DHCP server is not configured" fi |