File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ The `newdoc` tool generates pre-populated module and assembly files formatted wi
9797
9898* To generate the file without the example, placeholder content, add the `--no-examples` or `-E` option when creating documents.
9999
100- * To create the file without the file-name prefix, add the `--no-prefixes` or `-P` option.
100+ * To create the file without the module type prefix in the ID and the file name , add the `--no-prefixes` or `-P` option.
101101
102102* To specify the directory where `newdoc` saves the generated file, add the `--target-dir=<directory>` or `-T <directory>` option.
103103
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ pub fn get_args() -> ArgMatches<'static> {
8989 Arg :: with_name ( "no-prefixes" )
9090 . short ( "P" )
9191 . long ( "no-prefixes" )
92- . help ( "Do not use module type prefixes (such as `proc_`) in file names" ) ,
92+ . help ( "Do not use module type prefixes (such as `proc_`) in IDs and file names" ) ,
9393 )
9494 . arg (
9595 Arg :: with_name ( "target-dir" )
You can’t perform that action at this time.
0 commit comments