Fix typo for copyright in ldap2dns.c

Clarify usage in ldap2tinydns-conf


git-svn-id: https://svn.alkaloid.net/gpl/ldap2dns/trunk@183 06cd67b6-e706-0410-b29e-9de616bca6e9
This commit is contained in:
Ben Klang
2005-12-19 06:08:17 +00:00
parent fcfc8f494b
commit c06e92bc90
2 changed files with 3 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ TINYDNSDIR=$4
if [ -z "$LDAP2DNSUSER" -o -z "$LDAP2DNSLOGUSER" -o -z "$LDAP2DNSDIR" -o \
-z "$TINYDNSDIR" ]; then
echo "usage: $0 acct logacct /path/to/supervise /path/to/tinydns-supervise" >&2
echo "usage: $0 acct logacct /path/to/ldap2dns/dir /path/to/tinydns/root" >&2
exit 1
fi