Changeset 2003 for trunk/eraser/Eraser/Program.cs
- Timestamp:
- 05/01/10 12:19:55 (3 years ago)
- File:
-
- 1 edited
-
trunk/eraser/Eraser/Program.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser/Eraser/Program.cs
r2002 r2003 247 247 [file] A list of one or more files to import. 248 248 249 All arguments are case sensitive."); 249 All arguments are case sensitive. 250 251 Response files can be used for very long command lines (generally, anything 252 involving more than 32,000 characters.) Response files are used by prepending 253 ""@"" to the path to the file, and passing it into the command line. The 254 contents of the response files' will be substituted at the same position into 255 the command line."); 250 256 Console.Out.Flush(); 251 257 }
Note: See TracChangeset
for help on using the changeset viewer.
