X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=blobdiff_plain;f=examples%2Fscripts%2Fusers_and_groups%2Fadduserstogroups.pl;h=675942877436114a3852cd45dbb6f003844ba957;hp=52a7d01703d71591f1874e8e5b72b180b32d341b;hb=c402ec1bd84ca09ba9e0b1bd122bfc34fb089772;hpb=2a9b4da0fa00d4ada504f49fafcadab7b0094331 diff --git a/examples/scripts/users_and_groups/adduserstogroups.pl b/examples/scripts/users_and_groups/adduserstogroups.pl index 52a7d01703d..67594287743 100755 --- a/examples/scripts/users_and_groups/adduserstogroups.pl +++ b/examples/scripts/users_and_groups/adduserstogroups.pl @@ -19,8 +19,7 @@ # more details. # # You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Software Foundation, Inc., 675 -# Mass Ave, Cambridge, MA 02139, USA. +# this program; if not, see . # # @@ -48,7 +47,7 @@ my $creds; sub usage { print "USAGE: $0 [-h] -S server -U user\%pass \\\n" . "\t-m member [-s startmem] [-n nummem] \\\n" - . "\t-g group [-G stargroup] [-N numgroups] \\\n" + . "\t-g group [-G startgroup] [-N numgroups] \\\n" . "\t[-P path]\n"; }