@@ -267,9 +267,9 @@ Refer to :doc:`configuration` for all available options
267267
268268 $ pyarmor env -p info rft
269269
270- Show the usage of option `enable_argument ` in the section `rft `::
270+ Show the usage of option `argument_mode ` in the section `rft `::
271271
272- $ pyarmor env -p info rft:enable_argument
272+ $ pyarmor env -p info rft:argument_mode
273273
274274.. describe :: get
275275
@@ -279,17 +279,17 @@ Refer to :doc:`configuration` for all available options
279279
280280 OPTION may be format like `SECTION:OPTION `. For example::
281281
282- $ pyarmor env -p get rft:enable_argument
282+ $ pyarmor env -p get rft:argument_mode
283283
284284.. describe :: set, reset
285285
286286 Change option value or restore default value. For example::
287287
288288 $ pyarmor env -p set recursive 1
289- $ pyarmor env -p set rft:enable_argument 0
289+ $ pyarmor env -p set rft:argument_mode 0
290290
291291 $ pyarmor env -p reset recursive
292- $ pyarmor env -p reset rft:enable_argument
292+ $ pyarmor env -p reset rft:argument_mode
293293
294294.. describe :: push, pop
295295
@@ -403,10 +403,10 @@ Refer to :doc:`configuration` for all available options
403403
404404 (project) info rft
405405
406- Show option `enable_argument ` usage::
406+ Show option `argument_mode ` usage::
407407
408408 (project) cd rft
409- (project)[rft] info enable_argument
409+ (project)[rft] info argument_mode
410410
411411pyarmor build
412412=============
@@ -460,7 +460,7 @@ Generate obfuscated scripts for project
460460
461461 When auto-fix mode is enabled
462462
463- - Always `enable_argument = 1 `
463+ - Always `argument_mode = 1 `
464464 - Search all unknown attributes and add them to exclude table
465465
466466 Then build the project::
0 commit comments