Misc tweaks.
This commit is contained in:
parent
65701b43dc
commit
4be27ce2bf
2 changed files with 0 additions and 6 deletions
|
@ -3,8 +3,6 @@
|
|||
OSTYPE=`uname -s`
|
||||
MACHINE=`uname -m`
|
||||
AUTO_MAKE_VERSION=`automake --version | head -1 | awk '{print $4}' | sed -e 's/\-p[0-9]$//' | sed -e 's/\.//'`
|
||||
# AM_CONDITIONAL(ANCIENT_AUTOMAKE, test $AUTO_MAKE_VERSION -lt 14)
|
||||
# AM_CONDITIONAL(OLD_AUTOMAKE, test $AUTO_MAKE_VERSION -lt 15)
|
||||
|
||||
echo "Host info: $OSTYPE $MACHINE"
|
||||
echo -n " automake: `automake --version | head -1 | awk '{print $4}'`"
|
||||
|
|
|
@ -1208,10 +1208,6 @@ fgUsage ()
|
|||
<< endl;
|
||||
cout << endl;
|
||||
|
||||
cout << "Scenery Options:" << endl;
|
||||
cout << "\t--tile-radius=n: specify tile radius, must be 1 - 4" << endl;
|
||||
cout << endl;
|
||||
|
||||
cout << "Hud Options:" << endl;
|
||||
cout << "\t--units-feet: Hud displays units in feet" << endl;
|
||||
cout << "\t--units-meters: Hud displays units in meters" << endl;
|
||||
|
|
Loading…
Add table
Reference in a new issue