modify: whitespace and line length cleanups.
This should contain no functional modifications. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> Acked-by: Adrien 'neox' Bourmault <neox@gnu.org>
This commit is contained in:
parent
ec100eee05
commit
9c5a04ba47
3
modify
3
modify
|
@ -89,7 +89,8 @@ if [ $# -gt 1 ]; then
|
||||||
"${modify}"/"${mode}"/"${option}" $@
|
"${modify}"/"${mode}"/"${option}" $@
|
||||||
else
|
else
|
||||||
help
|
help
|
||||||
die "Invalid option for '${mode}'. See './modify ${mode} list'."
|
die "Invalid option for '${mode}'." \
|
||||||
|
" See './modify ${mode} list'."
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
help
|
help
|
||||||
|
|
Loading…
Reference in New Issue