diff --git a/Shorewall-core/lib.cli b/Shorewall-core/lib.cli index af8c3e9c2..3896358f2 100644 --- a/Shorewall-core/lib.cli +++ b/Shorewall-core/lib.cli @@ -1207,10 +1207,10 @@ show_command() { if [ -n "$foo" ]; then macro=${macro#*.} foo=${foo%.*} - if [ ${#macro} -gt 10 ]; then - echo " $macro ${foo#\#}" + if [ ${#macro} -gt 5 ]; then + printf " $macro\t${foo#\#}\n" else - $g_echo_e " $macro \t${foo#\#}" + printf " $macro\t\t${foo#\#}\n" fi fi }