diff options
author | ivan <ivan> | 2004-02-12 10:44:11 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-02-12 10:44:11 +0000 |
commit | 2c78d867d1fc1495c537e7bb7fb0a9d445e92c69 (patch) | |
tree | 693e18e656d76257b19b02144b471295d5dd050e /bin | |
parent | f4ffa3596c3b8bfc9e862c2a7e8efc68f86207ab (diff) |
fix usage msg
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/bind.import | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/bind.import b/bin/bind.import index 57eca2b63..3287b0183 100755 --- a/bin/bind.import +++ b/bin/bind.import @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # -# $Id: bind.import,v 1.3 2002-07-15 01:44:23 ivan Exp $ +# $Id: bind.import,v 1.4 2004-02-12 10:44:11 ivan Exp $ #need to manually put header in /usr/local/etc/freeside/export.<datasrc./bind/<machine>/named.conf.HEADER @@ -79,7 +79,7 @@ print "\nBIND import completed.\n"; ## sub usage { - die "Usage:\n\n svc_domain.import user\n"; + die "Usage:\n\n bind.import user\n"; } ######## |