[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Libreboot-dev] [PATCH] build: Example target should show be a valid one
From: |
Paul Kocialkowski |
Subject: |
[Libreboot-dev] [PATCH] build: Example target should show be a valid one |
Date: |
Thu, 24 Sep 2015 19:51:32 +0200 |
Signed-off-by: Paul Kocialkowski <address@hidden>
---
build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build b/build
index 8ee4d74..bfa9e75 100755
--- a/build
+++ b/build
@@ -37,7 +37,7 @@ if [ $# -lt 2 ]; then
printf "Example: ./build module all\n"
printf "Example: ./build module flashrom\n"
printf "Example: ./build roms withgrub\n"
- printf "Example: ./build release archives\n"
+ printf "Example: ./build release all\n"
printf "Example: ./build clean all\n"
printf "Example (extra option) ./build module bucts static\n"
printf "Refer to the libreboot documentation for more info\n\n"
--
1.9.1
- [Libreboot-dev] [PATCH] build: Example target should show be a valid one,
Paul Kocialkowski <=