We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b3aea commit 932c74dCopy full SHA for 932c74d
lib/commands/oad.js
@@ -18,11 +18,11 @@ exports.builder = {
18
},
19
o: {
20
alias: 'oldTagName',
21
- describe: 'The tag name for the old specification file. If include it indicates that the old spec file is a readme file',
+ describe: 'The tag name for the old specification file. If included it indicates that the old spec file is a readme file',
22
23
n: {
24
alias: 'newTagName',
25
- describe: 'The tag name for the new specification file. If include it indicates that the new spec file is a readme file',
+ describe: 'The tag name for the new specification file. If included it indicates that the new spec file is a readme file',
26
}
27
};
28
0 commit comments