Change "Run Script" to "Run radare2 script" (#2330)

* Improve "Run script" title to make it more clear
* Update docs to reflect the change
This commit is contained in:
Itay Cohen 2020-07-25 20:44:03 +03:00 committed by GitHub
parent 73f99c696f
commit e0bfcccb87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 4 deletions

View File

@ -78,9 +78,17 @@ Export to code
Run a radare2 script Run a radare2 script
---------------------------------------- ----------------------------------------
**Description:** Cutter allows you to execute radare2 scripts to automate task or transfer information. **Description:** Cutter allows you to execute radare2 scripts to automate task or transfer information. Radare2 scripts are files that contain list of radare2 commands. The scripts can be created manually by you, or automatically generated by radare2 commands (which typically end with a star character. e.g. ``afl*``).
**Steps:** File -> Run Script Such a script can look like this:
.. code-block::
?e hello world
?v 10+5
pdf @ main
**Steps:** File -> Run radare2 script
Quit Cutter Quit Cutter
---------------------------------------- ----------------------------------------

View File

@ -651,7 +651,7 @@
</action> </action>
<action name="actionRun_Script"> <action name="actionRun_Script">
<property name="text"> <property name="text">
<string>Run Script</string> <string>Run radare2 script</string>
</property> </property>
</action> </action>
<action name="actionReset_settings"> <action name="actionReset_settings">