Typo fix
This commit is contained in:
parent
f8655e14b9
commit
299b7e0cc5
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ endef
|
||||||
define echo_finished
|
define echo_finished
|
||||||
@echo $(BRW)
|
@echo $(BRW)
|
||||||
@echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
@echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
@echo $(BRW)Finished the build of $(BLUE)LFS-$(1)$(BRW)
|
@echo $(BRW) Finished the build of $(BLUE)LFS-$(1)$(BRW)
|
||||||
@echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
@echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
@echo -e \\t\\t$(RED)W A R N I N G$(BRW)
|
@echo -e \\t\\t$(RED)W A R N I N G$(BRW)
|
||||||
@echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
@echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
2
jhalfs
2
jhalfs
|
@ -39,7 +39,7 @@ Options:
|
||||||
-W, --working-copy DIR use the local working copy placed in DIR
|
-W, --working-copy DIR use the local working copy placed in DIR
|
||||||
as the LFS book
|
as the LFS book
|
||||||
|
|
||||||
-L, --LFS-version VER ckeckout VER version of the LFS book.
|
-L, --LFS-version VER checkout VER version of the LFS book.
|
||||||
Supported versions at this time are:
|
Supported versions at this time are:
|
||||||
|
|
||||||
dev* | trunk | SVN aliases for Development LFS
|
dev* | trunk | SVN aliases for Development LFS
|
||||||
|
|
Reference in a new issue