summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurice Laveaux <m.laveaux@student.tue.nl>2014-06-04 14:03:25 +0200
committerMaurice Laveaux <m.laveaux@student.tue.nl>2014-06-04 14:03:25 +0200
commit554f33b510656d5de46eecd5fef11f237fd38043 (patch)
tree88b960e7e93532566382ee0859f7dfafb19de036
parent6747da91cba9f90dcc6786cb8979dafb3a44043b (diff)
downloadGoldfarmer-554f33b510656d5de46eecd5fef11f237fd38043.tar.gz
timezone command occurred twice.
-rw-r--r--src/main/FarmShell.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/FarmShell.java b/src/main/FarmShell.java
index 5fa468e..9e47a74 100644
--- a/src/main/FarmShell.java
+++ b/src/main/FarmShell.java
@@ -203,7 +203,6 @@ public class FarmShell {
sentiment("analyzes all tweets on brand positivity (optional arg: tweet/brand selection query)"),
wordcloud("makes a csv for a wordcloud of the text of the tweets", 1),
getBrands("fills the database with the brands of a tweet, arg: bool indicating whether to reset mentionsbrand (optional arg: tweet selection query", 1),
- timezone("makes a csv ", 1),
timezone("makes a map per brand for the users", 1),
disco("makes a outputfile for disco", 1),
posneg("makes a csv for a histogram for positive or negative tweets", 1),