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 @@ -24,7 +24,7 @@ $ npm install doxdox -g
24
24
-t, --title Sets title.
25
25
-d, --description Sets description.
26
26
-l, --layout Template to render the documentation with.
27
- -p, --package Sets location of package.json file.
27
+ -p, --package Sets location of package.json file.
28
28
-o, --output File to save documentation to. Defaults to stdout.
29
29
30
30
Available Layouts:
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ while (args.length) {
67
67
process . stdout . write ( chalk . yellow ( ' -t, --title' ) + '\t\tSets title.' + '\n' ) ;
68
68
process . stdout . write ( chalk . yellow ( ' -d, --description' ) + '\tSets description.' + '\n' ) ;
69
69
process . stdout . write ( chalk . yellow ( ' -l, --layout' ) + '\t\tTemplate to render the documentation with.' + '\n' ) ;
70
- process . stdout . write ( chalk . yellow ( ' -p, --package' ) + '\tSets location of package.json file.' + '\n' ) ;
70
+ process . stdout . write ( chalk . yellow ( ' -p, --package' ) + '\t\ tSets location of package.json file.' + '\n' ) ;
71
71
process . stdout . write ( chalk . yellow ( ' -o, --output' ) + '\t\tFile to save documentation to. Defaults to stdout.' + '\n' ) ;
72
72
process . stdout . write ( '\n' ) ;
73
73
process . stdout . write ( ' Available Layouts:' + '\n\n' ) ;
You can’t perform that action at this time.
0 commit comments