diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-10-14 19:29:25 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-10-14 19:29:25 +0000 |
commit | 6a4dc6568b124a11c07c840565a01723a4598799 (patch) | |
tree | 37b7aa6d4c8cd07ab9b7ab95c3de957619dfcbb5 /ct-ng.in | |
parent | c1aa36b0098931bf45e2c00041d6024154cc48d0 (diff) | |
download | crosstool-ng-6a4dc6568b124a11c07c840565a01723a4598799.tar.gz crosstool-ng-6a4dc6568b124a11c07c840565a01723a4598799.tar.bz2 crosstool-ng-6a4dc6568b124a11c07c840565a01723a4598799.zip |
Eye-candy in the help entries.
/trunk/ct-ng.comp | 2 1 1 0 +-
/trunk/ct-ng.in | 6 3 3 0 +++---
/trunk/steps.mk | 6 3 3 0 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
Diffstat (limited to 'ct-ng.in')
-rw-r--r-- | ct-ng.in | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -66,9 +66,9 @@ help-env:: help-tail:: @echo - @echo 'Execute "$(CT_NG) config" or "$(CT_NG) menuconfig" to configure crosstool-NG' - @echo 'Execute "$(CT_NG) build" to build your toolchain' - @echo 'Execute "$(CT_NG) version" to see the version' + @echo 'Use action "config" or "menuconfig" to configure crosstool-NG' + @echo 'Use action "build" to build your toolchain' + @echo 'Use action "version" to see the version' @echo 'See "man 1 ct-ng" for some help as well' # End help system |