summaryrefslogtreecommitdiff
path: root/functions/tech-support
diff options
context:
space:
mode:
Diffstat (limited to 'functions/tech-support')
-rwxr-xr-xfunctions/tech-support4
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