Typo (error message) fixed
authorshort <>
Sun, 3 Mar 2002 19:04:47 +0000 (19:04 +0000)
committershort <>
Sun, 3 Mar 2002 19:04:47 +0000 (19:04 +0000)
bin/cvslinks

index 9f77734..ec1df89 100755 (executable)
@@ -13,7 +13,7 @@ use constant ENTRIES=>"CVS/Entries";
 our($opt_u,$opt_c,$opt_d,$opt_r,$opt_R,$opt_l,$opt_v);
 getopts "ucdrRlv";
 
-die "-u (update), -c (commit) or -R (delete) required"        if !$opt_u && !$opt_c && !$opt_d;
+die "-u (update), -c (commit) or -d (delete) required"        if !$opt_u && !$opt_c && !$opt_d;
 die "-r (recursive)/-R (recursive w/o CVS) and -l (local) are conflicting"
                if ($opt_r || $opt_R) && $opt_l;