Update status.inc

This commit is contained in:
2023-12-03 22:29:24 -06:00
parent 29a68fa8fa
commit 1cab2fd166

View File

@@ -756,7 +756,19 @@ REPLCHECK(){
}
STATUS_SCANTIMES(){
echo
while [ $# -gt 0 ]; do
case "${1}" in
-l|-last) LAST=${2};;
-h|-help|--help)
echo -e "Usage: ${idsCL[Yellow]}[nodemgmt or nmg] scantimes {opt}${idsCL[Default]} {"
width=35
printf "%-${width}s- %s\n" " -l|-last" "(number of last scantimes to average from, defaults to 480)"
echo -e "}\n"
exit 0;;
esac
shift
done
}