summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurice Laveaux <m.laveaux@student.tue.nl>2014-05-09 08:05:51 +0200
committerMaurice Laveaux <m.laveaux@student.tue.nl>2014-05-09 08:05:51 +0200
commit9febdd5beb09e49aa1c9c5ec05e39cc2ea8038d5 (patch)
treefa3dac437cc22ac451620e9020cdc1501e493b97
parenta197179a1b78850e1273943611487b331b546af4 (diff)
downloadDatafiller-9febdd5beb09e49aa1c9c5ec05e39cc2ea8038d5.tar.gz
Fixed a typo in the help message.
-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."
};
}