From: Leon M. Busch-George Date: Tue, 27 Jun 2023 14:01:09 +0000 (+0200) Subject: base-files: ipcalc.sh clarify range parameters in comment X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d7978e1f39aa91c4c99cab4f13372050afad2438;p=openwrt%2Fstaging%2Fdangole.git base-files: ipcalc.sh clarify range parameters in comment To avoid confusion when working with ipcalc.sh, clarify that the last two parameters belong to the range calculation and rename 'num' to the slightly less ambiguous 'size'. Signed-off-by: Leon M. Busch-George --- diff --git a/package/base-files/files/bin/ipcalc.sh b/package/base-files/files/bin/ipcalc.sh index ffcdfc02d8..0132e8d9bf 100755 --- a/package/base-files/files/bin/ipcalc.sh +++ b/package/base-files/files/bin/ipcalc.sh @@ -61,7 +61,7 @@ BEGIN { print "PREFIX="prefix # range calculations: - # ipcalc + # ipcalc if (ARGC <= 3) exit(0)