#639: Usage information for command line options
---------------------------------+------------------------------------------
 Reporter:  Klaus                |        Type:  bug  
   Status:  new                  |    Priority:  minor
Milestone:                       |   Component:  none 
  Version:  1.1.0                |    Severity:  low  
 Keywords:  command line option  |        Lang:       
    Patch:                       |    Platform:       
---------------------------------+------------------------------------------

Comment(by jkeenan):

 Replying to [ticket:639 Klaus]:
 > Command line options like --CGP-core or --jit-core aren't accepted
 anymore. The usage information provided by ./parrot --help should reflect
 that, also, of course the parrot documention.

 Picking out one of those options, `--CGP-core`, and grepping the
 repository, we can identify the files which likely would have to change:
 {{{
 $ fns . | xargs grep -n 'CGP-core'
 ./compilers/imcc/main.c:224:    "    --CGP-core\n"
 ./tools/dev/parrot-fuzzer:65:include C<--CGP-core>, C<--fast-core>, C
 <--computed-goto-core>, C<--jit-core>,
 ./docs/book/appc_command_line_options.pod:278:=item --CGP-core
 ./docs/running.pod:158:=item --CGP-core
 }}}
 Would you be able to supply a patch?

 Thank you very much.[[BR]]
 kid51

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/639#comment:1>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to