瀏覽代碼

Name path printing argument nicer

Alois Mahdal 11 年之前
父節點
當前提交
126c9f1746
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      bin/ffmanage.in

+ 1
- 1
bin/ffmanage.in 查看文件

24
             FFOO_DEBUG=true;
24
             FFOO_DEBUG=true;
25
             shift;
25
             shift;
26
             ;;
26
             ;;
27
-        --library-init)
27
+        --init-path)
28
             echo "__FFOO_DIR__/ffoo.sh"
28
             echo "__FFOO_DIR__/ffoo.sh"
29
             exit 0
29
             exit 0
30
             ;;
30
             ;;