@@ -87,10 +87,10 @@ public int compare(final Option opt1, final Option opt2) {
8787 }
8888 }
8989
90- /** default number of characters per line */
90+ /** Default number of characters per line */
9191 public static final int DEFAULT_WIDTH = 74 ;
9292
93- /** default padding to the left of each line */
93+ /** Default padding to the left of each line */
9494 public static final int DEFAULT_LEFT_PAD = 1 ;
9595
9696 /** number of space characters to be prefixed to each description line */
@@ -99,10 +99,10 @@ public int compare(final Option opt1, final Option opt2) {
9999 /** The string to display at the beginning of the usage statement */
100100 public static final String DEFAULT_SYNTAX_PREFIX = "usage: " ;
101101
102- /** default prefix for shortOpts */
102+ /** Default prefix for shortOpts */
103103 public static final String DEFAULT_OPT_PREFIX = "-" ;
104104
105- /** default prefix for long Option */
105+ /** Default prefix for long Option */
106106 public static final String DEFAULT_LONG_OPT_PREFIX = "--" ;
107107
108108 /**
@@ -112,7 +112,7 @@ public int compare(final Option opt1, final Option opt2) {
112112 **/
113113 public static final String DEFAULT_LONG_OPT_SEPARATOR = " " ;
114114
115- /** default name for an argument */
115+ /** Default name for an argument */
116116 public static final String DEFAULT_ARG_NAME = "arg" ;
117117
118118 /**
0 commit comments