src/Pure/Tools/update_cartouches.scala
changeset 62454 38c89353b349
parent 62445 91902961184c
child 62836 98dbed6cfa44
equal deleted inserted replaced
62453:b93cc7d73431 62454:38c89353b349
    88   {
    88   {
    89     Command_Line.tool0 {
    89     Command_Line.tool0 {
    90       var replace_comment = false
    90       var replace_comment = false
    91       var replace_text = false
    91       var replace_text = false
    92 
    92 
    93       val getopts = Getopts(() => """
    93       val getopts = Getopts("""
    94 Usage: isabelle update_cartouches [FILES|DIRS...]
    94 Usage: isabelle update_cartouches [FILES|DIRS...]
    95 
    95 
    96   Options are:
    96   Options are:
    97     -c           replace comment marker "--" by symbol "\<comment>"
    97     -c           replace comment marker "--" by symbol "\<comment>"
    98     -t           replace @{text} antiquotations within text tokens
    98     -t           replace @{text} antiquotations within text tokens