From 9febdd5beb09e49aa1c9c5ec05e39cc2ea8038d5 Mon Sep 17 00:00:00 2001 From: Maurice Laveaux Date: Fri, 9 May 2014 08:05:51 +0200 Subject: Fixed a typo in the help message. --- src/main/Main.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/Main.java b/src/main/Main.java index 5a8e137..67032bf 100644 --- a/src/main/Main.java +++ b/src/main/Main.java @@ -115,9 +115,9 @@ public class Main { private final static String[] HELP = { "Global options:", " --help Print this help text.", - " --ip Specify the database ip address.", - " --file Specify the tweet and profile filenames ", + " --dbhost Specify the database host ipaddress.", + " --file Specify the tweet file to read from.", " ", - " if no --file was specified read from standard input." + " If no --file was specified, program reads from standard input." }; } -- cgit v1.2.1