Changeset 1570 for trunk/kBuild


Ignore:
Timestamp:
Apr 25, 2008, 12:52:54 AM (17 years ago)
Author:
bird
Message:

legacy defaults to off. fixed spelling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/env.sh

    r1542 r1570  
    3737QUIET_OPT=
    3838FULL_OPT=
    39 LEGACY_OPT="true"
     39LEGACY_OPT=
    4040VAR_OPT=
    4141VALUE_ONLY_OPT=
     
    115115            echo "    or: $0 [options] --eval --var <varname>"
    116116            echo ""
    117             echo "The first form will execute the command, or if no command is givne start"
     117            echo "The first form will execute the command, or if no command is given start"
    118118            echo "an interactive shell."
    119119            echo "The second form will print the specfified variable(s)."
     
    132132            echo "      Controls the variable set. Default: --normal"
    133133            echo "  --legacy, --no-legacy"
    134             echo "      Include legacy variables in result. Default: --legacy"
     134            echo "      Include legacy variables in result. Default: --no-legacy"
    135135            echo "  --value-only, --name-and-value"
    136136            echo "      Controls what the result of a --var query. Default: --name-and-value"
Note: See TracChangeset for help on using the changeset viewer.