summarylogtreecommitdiffstats
path: root/adhocspot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'adhocspot.sh')
-rwxr-xr-xadhocspot.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/adhocspot.sh b/adhocspot.sh
index 06217b093ae7..86e1b92abd9f 100755
--- a/adhocspot.sh
+++ b/adhocspot.sh
@@ -584,10 +584,10 @@ printusage() {
echo " translation, forwarding and masquerading."
echo " -dl | --dhcp-lower <dhcp-ip> Lower end of the range of IP-addresses to assign to"
echo " clients. The default is the first three numbers of our"
- echo " IP-address, and then ${_dhcprange_lower_suffix_default}, e.g. ${_dhcprange_lower}"
+ echo " IP-address, and then ${_dhcprange_lower_suffix_default}, e.g. $(make_newip_from_suffix "${_ip_default}" ${_dhcprange_lower_suffix_default})"
echo " -du | --dhcp-upper <dhcp-ip> Upper end of the range of IP-addresses to assign to"
echo " clients. The default is the first three numbers of our"
- echo " IP-address, and then ${_dhcprange_upper_suffix_default}, e.g. ${_dhcprange_upper}"
+ echo " IP-address, and then ${_dhcprange_upper_suffix_default}, e.g. $(make_newip_from_suffix "${_ip_default}" ${_dhcprange_upper_suffix_default})"
echo " -wm | --wifi-mode <mode> The WiFi-mode to set the interface to. Allowed modes:"
echo " 'ad-hoc', 'master', 'managed'. (Default: ${_wifimode_default}.)"
echo " -e | --essid <ESSID> Set the WiFi ESSID to use (default: ${_essid_default})."