9
0
Fork 0

documentation: It's U-Boot that doesn't have getopt, not Barebox

Commit a3ffa97f (rename U-Boot-v2 project to barebox) also changed the
U-Boot references to Barebox in the getopt description, which doesn't
make much sense.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Peter Korsgaard 2010-01-15 11:39:33 +01:00 committed by Sascha Hauer
parent faa8f98ea7
commit 0dde20da20
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ things right - without caring about losing support for old boards.
- getopt
- There is a small getopt implementation. Some commands got really
complicated (both in code and in usage) due to the fact that @a barebox only
complicated (both in code and in usage) due to the fact that @a U-Boot only
allowed positional parameters.
- editor

2
README
View File

@ -61,7 +61,7 @@ Features
- getopt
There is a small getopt implementation. Some commands got really
complicated (both in code and in usage) due to the fact that barebox only
complicated (both in code and in usage) due to the fact that U-Boot only
allowed positional parameters.
- editor