summaryrefslogtreecommitdiffstats
path: root/src/help.c
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-05-28 11:55:44 -0300
committerAndrés <andmarti@gmail.com>2021-05-28 11:55:44 -0300
commitd5c21067a8cc766ba1c546fba8118696698ab9d2 (patch)
treecaad4888cd875b33e513db9498e3da68ad1b999a /src/help.c
parentf7f55a29c0a1bfe06d1b0d26145f23d57b6e63f0 (diff)
Comments
Diffstat (limited to 'src/help.c')
-rw-r--r--src/help.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/help.c b/src/help.c
index 21c5fe2..d656d9e 100644
--- a/src/help.c
+++ b/src/help.c
@@ -2,10 +2,10 @@
* Copyright (c) 2013-2021, Andrés Martinelli <andmarti@gmail.com> *
* All rights reserved. *
* *
- * This file is a part of SC-IM *
+ * This file is a part of sc-im *
* *
- * SC-IM is a spreadsheet program that is based on SC. The original authors *
- * of SC are James Gosling and Mark Weiser, and mods were later added by *
+ * sc-im is a spreadsheet program that is based on sc. The original authors *
+ * of sc are James Gosling and Mark Weiser, and mods were later added by *
* Chuck Martin. *
* *
* Redistribution and use in source and binary forms, with or without *
@@ -457,7 +457,7 @@ extern struct session * session;
*/
void show_version_and_quit() {
put(user_conf_d, "nocurses", "1");
- sc_info("SC-IM - %s", rev);
+ sc_info("sc-im - %s", rev);
#ifdef NCURSES
sc_info("-DNCURSES");
#endif