chiark / gitweb /
Merge commit 'refs/top-bases/debian/locations' into debian/locations
[topgit.git] / tg.sh
diff --git a/tg.sh b/tg.sh
index 7005f98c882bde7c97094862aeb88b07b28de390..ecc65748141dd53a224f382f7d53ddcacb2ba65d 100644 (file)
--- a/tg.sh
+++ b/tg.sh
@@ -227,8 +227,8 @@ do_help()
        elif [ -r "@cmddir@"/tg-$1 ] ; then
                @cmddir@/tg-$1 -h || :
                echo
-               if [ -r "@sharedir@/tg-$1.txt" ] ; then
-                       cat "@sharedir@/tg-$1.txt"
+               if [ -r "@docdir@/tg-$1.txt" ] ; then
+                       cat "@docdir@/tg-$1.txt"
                fi
        else
                echo "`basename $0`: no help for $1" 1>&2