Searched refs:MESSAGE_EXPIRE (Results 1 - 1 of 1) sorted by relevance

/opengrok/tools/
H A DMessages127 echo -e "\tMESSAGE_EXPIRE = "${MESSAGE_EXPIRE:-$MESSAGE_EXPIRE}
198 MESSAGE_EXPIRE="+5 min"
274 MESSAGE_EXPIRE=$(OneArgument "$@")
334 [ -z "$MESSAGE_EXPIRE" ] && echo "The expire must be set" && Usage && exit 5
338 MESSAGE_EXPIRE_TIMESTAMP=`"$DATE" --date="$MESSAGE_EXPIRE" +"%s"`
341 echo "The date couldn't parse the input '$MESSAGE_EXPIRE'."

Completed in 7 milliseconds