diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2019-02-19 00:33:14 -0500 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2019-02-22 13:03:57 -0500 |
commit | 0845a97b3e8e808aafb060924f543bfc01eed171 (patch) | |
tree | 950ebe2a59cb150e5085e3037363cda27c26e8c2 /libs/tool | |
parent | 02a3f5e4cfcdbb512360ab44ff077e7a2e30eb19 (diff) | |
download | librebootfr-0845a97b3e8e808aafb060924f543bfc01eed171.tar.gz librebootfr-0845a97b3e8e808aafb060924f543bfc01eed171.zip |
Center tool/project output between header/footer
Makes it easier to read when multiple terse actions are performed.
Diffstat (limited to 'libs/tool')
-rwxr-xr-x | libs/tool | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ tool_action() { return 0 fi - printf '%s\n' "Tool $tool $action (with ${arguments:-no argument})" + printf '%s\n\n' "Tool $tool $action (with ${arguments:-no argument})" ( set -e |