summaryrefslogtreecommitdiffstats
path: root/contrib/amd/scripts/expn.in
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-09-02 17:19:13 +0000
committerobrien <obrien@FreeBSD.org>2001-09-02 17:19:13 +0000
commitcc5c13afbaed26d39ba1178d68749c4cfb9449b2 (patch)
tree9a76e4a63e2f56518cb388d8d625df794665e066 /contrib/amd/scripts/expn.in
parent0bff53b958d0a3310e138da1c240bcd089b68479 (diff)
parentac3e3d43d4bfa5d6b9dcc48360ec6bf36b03ed82 (diff)
downloadFreeBSD-src-cc5c13afbaed26d39ba1178d68749c4cfb9449b2.zip
FreeBSD-src-cc5c13afbaed26d39ba1178d68749c4cfb9449b2.tar.gz
This commit was generated by cvs2svn to compensate for changes in r82794,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/amd/scripts/expn.in')
-rwxr-xr-xcontrib/amd/scripts/expn.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/amd/scripts/expn.in b/contrib/amd/scripts/expn.in
index de48f8d..4591a4d 100755
--- a/contrib/amd/scripts/expn.in
+++ b/contrib/amd/scripts/expn.in
@@ -15,7 +15,7 @@ $SOCK_STREAM = &SOCK_STREAM;
# system requirements:
# must have 'nslookup' and 'hostname' programs.
-# $Header: /src/cvsroot/am-utils-6.0/scripts/expn.in,v 1.2 1999/09/18 08:38:07 ezk Exp $
+# $Header: /proj/bank/cvsroot/am-utils/scripts/expn.in,v 1.2.2.1 2000/06/14 01:58:48 ionut Exp $
# TODO:
# less magic should apply to command-line addresses
@@ -114,7 +114,7 @@ $0 = "$av0 - lookup host FQDN and IP addr";
($hostname,$aliases,$type,$len,$thisaddr) = gethostbyname($name);
$0 = "$av0 - parsing args";
-$usage = "Usage: $av0 [-1avwd] user[\@host] [user2[host2] ...]";
+$usage = "Usage: $av0 [-1avwd] user[\@host] [user2[\@host2] ...]";
for $a (@ARGV) {
die $usage if $a eq "-";
while ($a =~ s/^(-.*)([1avwd])/$1/) {
OpenPOWER on IntegriCloud