summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/Main.java6
1 files 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 <ip> Specify the database ip address.",
- " --file <tweet> <profile> Specify the tweet and profile filenames ",
+ " --dbhost <ip> Specify the database host ipaddress.",
+ " --file <tweet-filename> 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."
};
}