diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-11-11 04:10:14 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-11-11 04:10:14 -0500 |
commit | efb3749cffc22596bd554616019bda7b28bdb26f (patch) | |
tree | bbbc3aec8dc0509520cb45f5ee450bb2f90c7a06 | |
parent | crossdev: fix typos in arch/chost init (diff) | |
download | crossdev-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-x | crossdev | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"' |