aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-11-11 04:10:14 -0500
committerMike Frysinger <vapier@gentoo.org>2012-11-11 04:10:14 -0500
commitefb3749cffc22596bd554616019bda7b28bdb26f (patch)
treebbbc3aec8dc0509520cb45f5ee450bb2f90c7a06
parentcrossdev: fix typos in arch/chost init (diff)
downloadcrossdev-efb3749cffc22596bd554616019bda7b28bdb26f.tar.gz
crossdev-efb3749cffc22596bd554616019bda7b28bdb26f.tar.bz2
crossdev-efb3749cffc22596bd554616019bda7b28bdb26f.zip
crossdev: add missing ${NORMAL} to help text
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rwxr-xr-xcrossdev2
1 files changed, 1 insertions, 1 deletions
diff --git a/crossdev b/crossdev
index 3ea5699..e914347 100755
--- a/crossdev
+++ b/crossdev
@@ -47,7 +47,7 @@ Options:
Note: versions support depend atom syntaxes:
e.g. ">=2.20" "~4.6.1" "=2.13.1-r3"
${GOOD}-A, --abis${NORMAL} abis Specify ABIs to build, first one is the default
- ${GOOD}--host-abi abi Specify the ABI of the compiler itself
+ ${GOOD}--host-abi abi${NORMAL} Specify the ABI of the compiler itself
${GOOD}--env${NORMAL} env Specify env settings for all packages (see below)
${GOOD}--[bdgkl]env${NORMAL} env Specify env settings for binutils/gdb/gcc/kernel/libc
Note: make sure to quote: 'VAR="some value"\nFOO="cow"'