Przeglądaj źródła

* Fixed spelling in ./build syntax

svn: 379
Ryan Hutchison 22 lat temu
rodzic
commit
5a7633144f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      build

+ 1 - 1
build

@@ -15,7 +15,7 @@ usage()
     echo "	-c	   - Cleans up old binaries/files before compile 	(default: off)"
     echo "	-d	   - Builds a debug package. 				(default: off)"
     echo "	-t dir	   - Where to search for TCL libraries. 		(usually not needed)"
-    echo "	-T	   - Builds TCL if it is not on the system		(defauly: off)"
+    echo "	-T	   - Builds TCL if it is not on the system		(default: off)"
     echo "	type	   - One of the following: all, leaf, hub."
 }