Selaa lähdekoodia

clarified meaning of --only

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@7359 8c9fc860-2736-0410-a75d-ab315db34111
felixf 8 vuotta sitten
vanhempi
commit
f82d0f8e68
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      source/Release.Mod

+ 3 - 0
source/Release.Mod

@@ -25,6 +25,9 @@ MODULE Release; (** AUTHOR "staubesv"; PURPOSE "Release build tool"; *)
  *		Option f, file		: Specify the package description file [default: Release.Tool]
  *		Option n, nocheck	: Skip file existence and import order checks
  *		Option o, options	: Override the compiler options specified in the package description file
+ *      Option only			: Only compile the packages provided in a list. No other effect applies 
+							  i.e. packages are fully taken into account otherwise.
+							  if packages need to be excluded, use exclude instead
  *		Option p, path		: Override the path option specified in the package description file
  *		Option s, symbolFileExtension : Ovveride the symbolFileExtension option specified in the package description file
  *		Option t, target 	: Override the target option specified in the package description file