diff options
Diffstat (limited to 'source/script/installman.sh')
-rwxr-xr-x | source/script/installman.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/script/installman.sh b/source/script/installman.sh index ab9bfe506d..869ce6ee38 100755 --- a/source/script/installman.sh +++ b/source/script/installman.sh @@ -14,7 +14,7 @@ if [ $# -ge 4 ] ; then fi if test ! -d $SRCDIR../docs/manpages; then - echo "No manpages present. Development version maybe?" + echo "No manpages present. SVN development version maybe?" exit 0 fi |