[LON-CAPA-cvs] cvs: loncom /build make_domain_coordinator.pl

harris41 lon-capa-cvs@mail.lon-capa.org
Mon, 15 Apr 2002 19:11:41 -0000


harris41		Mon Apr 15 15:11:41 2002 EDT

  Modified files:              
    /loncom/build	make_domain_coordinator.pl 
  Log:
  fixing documentation
  
  
Index: loncom/build/make_domain_coordinator.pl
diff -u loncom/build/make_domain_coordinator.pl:1.2 loncom/build/make_domain_coordinator.pl:1.3
--- loncom/build/make_domain_coordinator.pl:1.2	Mon Mar  4 00:06:00 2002
+++ loncom/build/make_domain_coordinator.pl	Mon Apr 15 15:11:41 2002
@@ -11,7 +11,7 @@
 # The LearningOnline Network
 # make_domain_coordinator.pl - Make a domain coordinator on a system
 #
-# $Id: make_domain_coordinator.pl,v 1.2 2002/03/04 05:06:00 harris41 Exp $
+# $Id: make_domain_coordinator.pl,v 1.3 2002/04/15 19:11:41 harris41 Exp $
 #
 # This file is part of the LearningOnline Network with CAPA (LON-CAPA).
 #
@@ -101,15 +101,16 @@
 
 usage: make_domain_coordinator.pl [USERNAME] [DOMAIN] 
 
-The password is accepted through standard input.
+The password is accepted through standard input
+and should only consist of printable ASCII
+characters and be a string of length greater than 5 characters.
 
 The first argument
 specifies the user name of the domain coordinator and
 should consist of only alphanumeric characters.
 
-The second argument specifies the password for the domain
-coordinator and should only consist of printable ASCII
-characters and be a string of length greater than 5 characters.
+The second argument specifies the domain of the computer
+coordinator and should consist of only alphanumeric characters.
 
 =cut