Browse Source

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

git-svn-id: trunk@34733 -
joost 8 years ago
parent
commit
bf8e3c9264
1 changed files with 2 additions and 0 deletions
  1. 2 0
      compiler/utils/samplecfg

+ 2 - 0
compiler/utils/samplecfg

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