aboutsummaryrefslogtreecommitdiff
path: root/libreboot
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2017-07-17 19:27:01 -0400
committerAndrew Robbins <contact@andrewrobbins.info>2017-07-18 21:43:22 -0400
commit02f973efd42f566cfe672e091cd4e67deb9a0cc0 (patch)
tree6e5f71628389edeb6d55872fba42fb942ec7059c /libreboot
parent56236fdb1d2faf540e1da199d3228606b944ddad (diff)
downloadlibrebootfr-02f973efd42f566cfe672e091cd4e67deb9a0cc0.tar.gz
librebootfr-02f973efd42f566cfe672e091cd4e67deb9a0cc0.zip
Alter whitespace in printf statements for readability
Diffstat (limited to 'libreboot')
-rwxr-xr-xlibreboot23
1 files changed, 11 insertions, 12 deletions
diff --git a/libreboot b/libreboot
index 0c3db108..bb6e4141 100755
--- a/libreboot
+++ b/libreboot
@@ -31,10 +31,9 @@ libreboot_usage() {
done
printf '\n%s\n' 'Virtual project actions:' >&2
-
- printf '%s\n' ' sources'
- printf '%s\n' ' produce'
- printf '%s\n' ' test'
+ printf '%s\n' ' sources'
+ printf '%s\n' ' produce'
+ printf '%s\n' ' test'
printf '\n%s\n' 'Project targets:' >&2
@@ -59,16 +58,16 @@ libreboot_usage() {
done
printf '\n%s\n' 'Environment variables:' >&2
- printf '%s\n' ' PROJECTS_FORCE - Projects to always perform actions for' >&2
- printf '%s\n' ' TOOLS_FORCE - Tools to always perform actions for' >&2
- printf '%s\n' ' RELEASE_KEY - GPG key to use for release' >&2
- printf '%s\n' ' VBOOT_KEYS_PATH - Path to the vboot keys' >&2
- printf '%s\n' ' LIBFAKETIME_PATH - Path to the libfaketime shared library' >&2
- printf '%s\n' ' TASKS - Number of simultaneous tasks to run' >&2
- printf '%s\n' ' VERSION - Version string to use' >&2
+ printf '%s\n' ' PROJECTS_FORCE - Projects to always perform actions for' >&2
+ printf '%s\n' ' TOOLS_FORCE - Tools to always perform actions for' >&2
+ printf '%s\n' ' RELEASE_KEY - GPG key to use for release' >&2
+ printf '%s\n' ' VBOOT_KEYS_PATH - Path to the vboot keys' >&2
+ printf '%s\n' ' LIBFAKETIME_PATH - Path to the libfaketime shared library' >&2
+ printf '%s\n' ' TASKS - Number of simultaneous tasks to run' >&2
+ printf '%s\n' ' VERSION - Version string to use' >&2
printf '\n%s\n' 'Configuration files:' >&2
- printf '%s\n' " ${BUILD_SYSTEM}.conf - Environment variables configuration" >&2
+ printf '%s\n' " ${BUILD_SYSTEM}.conf - Environment variables configuration" >&2
}
libreboot_project() {