The R Project SVN R

Rev

Rev 2281 | Rev 4580 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2281 Rev 3076
Line 62... Line 62...
62
    Rdconv($ARGV[0],$opt_type,$opt_debug, 0, -1);
62
    Rdconv($ARGV[0],$opt_type,$opt_debug, 0, -1);
63
}
63
}
64
 
64
 
65
 
65
 
66
 
66
 
-
 
67
 
67
sub usage {
68
sub usage {
68
 
69
 
69
    print "Rdconv\n";
70
    print "Rdconv\n";
70
    print "Usage: Rdconv [--debug/-d] [--help/-h]";
71
    print "Usage: Rdconv [--debug/-d] [--help/-h]";
71
    print " [--type/-t html|nroff|Sd|latex|examp] file\n\n";
72
    print " [--type/-t html|nroff|Sd|latex|example] file\n\n";
72
 
-
 
73
    exit 0;
73
    exit 0;
74
}
74
}
75
 
-