diff options
author | EuAndreh <eu@euandre.org> | 2023-09-08 09:01:04 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-09-08 09:01:04 -0300 |
commit | fcefcb1c38a1f3e96f0c2f14316b649476f5a522 (patch) | |
tree | a5436dc34aab125cdfed346d54268fd0dede6a87 | |
parent | etc/nix/configuration.nix: Add "arduino-cli" package (diff) | |
download | dotfiles-fcefcb1c38a1f3e96f0c2f14316b649476f5a522.tar.gz dotfiles-fcefcb1c38a1f3e96f0c2f14316b649476f5a522.tar.xz |
bin/ifnew: Fix indentation of help string
-rwxr-xr-x | bin/ifnew | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,8 +47,8 @@ help() { to STDERR when it does: i18.cfg: ALWAYS - gen-cfg | ifnew -v $@ - po4a $@ + gen-cfg | ifnew -v $@ + po4a $@ EOF } |