diff --git a/README.md b/README.md index 5c14e51..0ac1ca3 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Build requirements: Building static binary: - make brmsaptool-static + make bbstool-static It is possible to run the main tool as script with Chicken Scheme interpreter and POSIX-compatible shell for the purpose of development. diff --git a/bbstool.scm b/bbstool.scm index 7ac2c51..d5fbcd7 100644 --- a/bbstool.scm +++ b/bbstool.scm @@ -1,7 +1,7 @@ ;; -;; brmsaptool.scm +;; bbstool.scm ;; -;; Brmlab members management tool. +;; Brmburo system - members management tool. ;; ;; The license of this file and of the whole suite. @@ -40,7 +40,7 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. configuration) ;; Print banner -(print "brmsaptool 0.4 (c) 2023 Brmlab, z.s.") +(print "bbstool 0.4 (c) 2023 Brmlab, z.s.") (newline) ;; Command-line options and configurable parameters