summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-01-15 11:39:33 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2010-01-16 12:30:39 +0100
commit0dde20da20411bf4dcd5593601d2f36e9ba04f66 (patch)
treec2f325dc94849058992c57b00951cb06bc06741b /README
parentfaa8f98ea728529c63feac7de067105cc1e8cf76 (diff)
downloadbarebox-0dde20da20411bf4dcd5593601d2f36e9ba04f66.tar.gz
barebox-0dde20da20411bf4dcd5593601d2f36e9ba04f66.tar.xz
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>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 6f5fb26c23..9b5317d06b 100644
--- a/README
+++ b/README
@@ -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