Skip to content

Commit e3e8fab

Browse files
committed
Fixed whitespace.
1 parent b3a6105 commit e3e8fab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $ npm install doxdox -g
2424
-t, --title Sets title.
2525
-d, --description Sets description.
2626
-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.
2828
-o, --output File to save documentation to. Defaults to stdout.
2929

3030
Available Layouts:

bin/doxdox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ while (args.length) {
6767
process.stdout.write(chalk.yellow(' -t, --title') + '\t\tSets title.' + '\n');
6868
process.stdout.write(chalk.yellow(' -d, --description') + '\tSets description.' + '\n');
6969
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');
7171
process.stdout.write(chalk.yellow(' -o, --output') + '\t\tFile to save documentation to. Defaults to stdout.' + '\n');
7272
process.stdout.write('\n');
7373
process.stdout.write(' Available Layouts:' + '\n\n');

0 commit comments

Comments
 (0)