Fix a couple of typos
This commit is contained in:
parent
125e05ec13
commit
9af9dfa1ef
1 changed files with 2 additions and 3 deletions
|
@ -33,9 +33,8 @@ endef
|
||||||
define echo_SU_request
|
define echo_SU_request
|
||||||
@echo $(BOLD)--------------------------------------------------------------------------------
|
@echo $(BOLD)--------------------------------------------------------------------------------
|
||||||
@echo $(BLUE)$@
|
@echo $(BLUE)$@
|
||||||
@echo $(WHITE)ROOT privilege is required to perform a number commands
|
@echo $(WHITE)ROOT privilege is required to perform a number of commands
|
||||||
@echo sudo will request a password to all high privilege cmds to execute correctly
|
@echo sudo will request a password in order to execute all high privilege commands
|
||||||
endef
|
|
||||||
|
|
||||||
define echo_SULUSER_request
|
define echo_SULUSER_request
|
||||||
@echo $(BOLD)--------------------------------------------------------------------------------
|
@echo $(BOLD)--------------------------------------------------------------------------------
|
||||||
|
|
Reference in a new issue