浏览代码

* Added example to samplecfg, to make clear which path is meant

git-svn-id: trunk@34733 -
joost 8 年之前
父节点
当前提交
bf8e3c9264
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      compiler/utils/samplecfg

+ 2 - 0
compiler/utils/samplecfg

@@ -13,6 +13,8 @@ if [ $# = 0 ]; then
   echo 'samplecfg fpcdir confdir'
   echo 'fpcdir = Path where FPC is installed'
   echo 'confdir = Path to /etc'
+  echo 'Example :'
+  echo 'samplecfg /usr/local/lib/fpc/3.0.2'
   exit 1
 fi
 if [ "$2" ]; then