Skip to content

Commit 96c94cb

Browse files
authored
Update description of func directive (#9)
1 parent cdb967e commit 96c94cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Within the reStructuredText files use the `sphinx_argparse_cli` directive that t
3434
| Name | Description |
3535
| ----------- | ----------------------------------------------------------------------------------------------------------------------------- |
3636
| module | the module path to where the parser is defined |
37-
| func | the module path to where the parser is defined |
37+
| func | the name of the function that once called with no arguments constructs the parser |
3838
| prog | (optional) the module path to where the parser is defined |
3939
| title | (optional) when provided, overwrites the `<prog> - CLI interface` title added by default and when empty, will not be included |
4040
| usage_width | (optional) how large should usage examples be - defaults to 100 character |

0 commit comments

Comments
 (0)