Update comment describing info_command()

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-04-29 15:42:48 -07:00
parent ec23ca67f8
commit 244f2cefe5

View File

@ -604,7 +604,7 @@ sub compile_info_command() {
emit( "\n", emit( "\n",
"#", "#",
"# Echo the time and date when this script was compiled", "# Echo the date and time when this script was compiled along with the Shorewall version",
"#", "#",
"info_command() {" , "info_command() {" ,
qq( echo "compiled $date by Shorewall version \$SHOREWALL_VERSION") , qq( echo "compiled $date by Shorewall version \$SHOREWALL_VERSION") ,