aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst2
-rw-r--r--main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index f3d7714..d326052 100644
--- a/README.rst
+++ b/README.rst
@@ -1,4 +1,4 @@
-CBIC -- C Implemented Bare and Ingenuous Compiler
+CBIC: C Implemented Bare and Ingenuous Compiler
=================================================
Build Requirements
diff --git a/main.c b/main.c
index b6cc667..af16c46 100644
--- a/main.c
+++ b/main.c
@@ -43,7 +43,7 @@ void print_ast() {
void print_help() {
fprintf(stderr,
- "CBIC -- C Implemented Bare and Ingenuous Compiler\n\n"
+ "CBIC: C Implemented Bare and Ingenuous Compiler\n\n"
"Copyright (C) 2014 Ted Yin\n"
"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n"
"There is NO WARRANTY, to the extent permitted by law.\n"