Skip to content

Commit

Permalink
Fix prj.alwasyprompt description text ##config
Browse files Browse the repository at this point in the history
  • Loading branch information
radare authored and trufae committed Aug 19, 2022
1 parent cfbe17d commit bb38084
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libr/core/cconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -3666,8 +3666,7 @@ R_API int r_core_config_init(RCore *core) {
SETBPREF ("prj.zip", "false", "use ZIP format for project files");
SETBPREF ("prj.gpg", "false", "TODO: encrypt project with GnuPGv2");
SETBPREF ("prj.sandbox", "false", "sandbox r2 while loading project files");
SETBPREF ("prj.alwasyprompt", "false", "even when the project is already\
saved, ask the user to save the project when qutting");
SETBPREF ("prj.alwasyprompt", "false", "even when the project is already saved, ask the user to save the project when qutting");

/* cfg */
n = SETCB ("cfg.charset", "", &cb_cfgcharset, "specify encoding to use when printing strings");
Expand Down

0 comments on commit bb38084

Please sign in to comment.