aboutsummaryrefslogtreecommitdiffstats
path: root/src/Test.java
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-08-18 14:42:36 +0200
committerMattias Andrée <maandree@operamail.com>2013-08-18 14:42:36 +0200
commit58c69a3ae04adc5be632123af3e6476b704f73fb (patch)
tree6bf71d7275702bb32e04e26a80da49127f87123a /src/Test.java
parentuse colour if not pipe or use settings, on help in python version (diff)
downloadargparser-58c69a3ae04adc5be632123af3e6476b704f73fb.tar.gz
argparser-58c69a3ae04adc5be632123af3e6476b704f73fb.tar.bz2
argparser-58c69a3ae04adc5be632123af3e6476b704f73fb.tar.xz
implement colour settings in java version
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/Test.java')
-rw-r--r--src/Test.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Test.java b/src/Test.java
index bab6092..27473ab 100644
--- a/src/Test.java
+++ b/src/Test.java
@@ -39,7 +39,7 @@ public class Test
"GNU Affero General Public License for more details.\n" +
"\n" +
"You should have received a copy of the GNU Affero General Public License\n" +
- "along with this library. If not, see <http://www.gnu.org/licenses/>.", null, true);
+ "along with this library. If not, see <http://www.gnu.org/licenses/>.", null, false);
parser.add(new ArgParser.Argumentless(0, "-h", "-?", "--help"), "Prints this help message\n(and exits)");
parser.add(new ArgParser.Argumentless(0, "--hello"), "Prints the text: hello world");