mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-21 09:21:33 +01:00
doc: Rephrase to be more clear
It might not be clear what is meant with "to make sure the shell leaves it alone". Signed-off-by: Adriano Carvalho <adrianocarvalho.pt@gmail.com>
This commit is contained in:
parent
77c72bcb0d
commit
ac0e3d2541
@ -1273,8 +1273,9 @@ Some options have values, in which case you can change them:
|
|||||||
|
|
||||||
buildman -a 'BOOTCOMMAND="echo hello"' CONFIG_SYS_LOAD_ADDR=0x1000
|
buildman -a 'BOOTCOMMAND="echo hello"' CONFIG_SYS_LOAD_ADDR=0x1000
|
||||||
|
|
||||||
Note that you must put quotes around string options and the whole thing must be
|
Note that you must put quotes around string options and the whole argument must
|
||||||
in single quotes, to make sure the shell leave it alone.
|
be in single quotes to ensure that the shell recognizes it as a single
|
||||||
|
argument.
|
||||||
|
|
||||||
If you try to set an option that does not exist, or that cannot be changed for
|
If you try to set an option that does not exist, or that cannot be changed for
|
||||||
some other reason (e.g. it is 'selected' by another option), then buildman
|
some other reason (e.g. it is 'selected' by another option), then buildman
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user