Browse Source

Name path printing argument nicer

Alois Mahdal 11 years ago
parent
commit
126c9f1746
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      bin/ffmanage.in

+ 1
- 1
bin/ffmanage.in View File

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
             ;;