Changeset 14990 for lang/csharp
- Timestamp:
- 07/01/08 16:20:31 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/csharp/CommandLineParser/CommandLineParser/CommandLineParser.cs
r14987 r14990 103 103 Object defaultValue; 104 104 Boolean hasDefaultValue = GetDefaultValue(pi, out defaultValue); 105 String defaultOrRequired = (hasDefaultValue ? "( Required)" : "(Default: " + defaultValue.ToString() + ")");105 String defaultOrRequired = (hasDefaultValue ? "(Default: " + defaultValue.ToString() + ")" : "(Required)"); 106 106 String[] optionNames = GetOptionNames(pi); 107 107 String optionName = (DelimiterizeAndToLowerCase ? ToLowerAndDelimiterize(optionNames[0]) : optionNames[0]);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)