summary refs log tree commit diff stats
path: root/dialogue.cpp
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2019-02-28 20:35:54 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2019-02-28 20:35:54 -0500
commita5dbd76f44d6f00a77c51774cc776151f8bcf70c (patch)
tree0a73c169641420a5ccafec249f1d7e32ce4c64f0 /dialogue.cpp
parent9758b85c55b005a18d91acb4508f2c6b76dba3e2 (diff)
downloadaspartame-a5dbd76f44d6f00a77c51774cc776151f8bcf70c.tar.gz
aspartame-a5dbd76f44d6f00a77c51774cc776151f8bcf70c.tar.bz2
aspartame-a5dbd76f44d6f00a77c51774cc776151f8bcf70c.zip
Renamed the bot to aspartame at the last minute because I'm worth it
Diffstat (limited to 'dialogue.cpp')
-rw-r--r--dialogue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dialogue.cpp b/dialogue.cpp index 1e95d2b..85616e7 100644 --- a/dialogue.cpp +++ b/dialogue.cpp
@@ -26,7 +26,7 @@ int main(int argc, char** argv)
26{ 26{
27 if (argc != 2) 27 if (argc != 2)
28 { 28 {
29 std::cout << "usage: garnet [configfile]" << std::endl; 29 std::cout << "usage: aspartame [configfile]" << std::endl;
30 return -1; 30 return -1;
31 } 31 }
32 32