瀏覽代碼

split off bmo: Rebrand a bit

Alois Mahdal 9 年之前
父節點
當前提交
a8652e2986
共有 3 個檔案被更改,包括 3 行新增3 行删除
  1. 1
    1
      Makefile
  2. 1
    1
      README
  3. 1
    1
      src/bin/satcmd.skel

+ 1
- 1
Makefile 查看文件

@@ -1,4 +1,4 @@
1
-# satcmd - A Saturnin template command
1
+# saturnin - Spirit of your toolbox
2 2
 # See LICENSE file for copyright and license details.
3 3
 
4 4
 include config.mk

+ 1
- 1
README 查看文件

@@ -1,4 +1,4 @@
1 1
 SATURNIN
2 2
 ========
3 3
 
4
-Smart and ready desktop helper
4
+Spirit of your toolbox

+ 1
- 1
src/bin/satcmd.skel 查看文件

@@ -41,7 +41,7 @@ usage() {
41 41
 }
42 42
 
43 43
 version_info() {
44
-    echo "$(basename "$0") (Example saturnin-bases command) $SATCMD_VERSION"
44
+    echo "$(basename "$0") (Spirit of your toolbox) $SATCMD_VERSION"
45 45
     exit "$FFOO_EXIT_OK"
46 46
 }
47 47