This is an excerpt from the usage help message:

    1. -M do not demangle symbol names
    2. -n, -nn do not load RBin info (-nn only load bin structures)
    3. -N do not load user settings and scripts
    4. -q quiet mode (no prompt) and quit after -i
    5. -Q quiet mode (no prompt) and quit faster (quickLeak=true)
    6. -P [file] apply rapatch file and quit
    7. -R [rr2rule] specify custom rarun2 directive
    8. -s [addr] initial seek
    9. -S start r2 in sandbox mode
    10. -t load rabin2 info in thread
    11. -u set bin.filter=false to get raw sym/sec/cls names
    12. -w open file in write mode
    13. -X same as -e bin.usextr=false (useful for dyldcache)
    14. -z, -zz do not load strings or load them even in raw

    Open a file in write mode without parsing the file format headers.

    1. $ r2 -nw file

    Specify which sub-binary you want to select when opening a fatbin file:

    1. $ r2 -a ppc -b 32 ls.fat

    Run a script before showing interactive command-line prompt:

    1. $ r2 -i patch.r2 target.bin

    Set the configuration variable:

      Debug a program:

      1. $ r2 -d ls