X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=bin%2Fcvslinks;h=ec1df897392eee73ec13aed7e7d113dac13882a6;hp=9f777348683f43aca9dbc4fa4f72d66d18b3eb9d;hb=HEAD;hpb=11076f71f8a0a8e71376e37ab0b82a9ee81356d7 diff --git a/bin/cvslinks b/bin/cvslinks index 9f77734..ec1df89 100755 --- a/bin/cvslinks +++ b/bin/cvslinks @@ -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;