Skip to content

Commit

Permalink
chore: change help string (#1832)
Browse files Browse the repository at this point in the history
Changed "documentation" to "reference documentation" in description.
  • Loading branch information
Doug-AWS authored and Elad Ben-Israel committed Feb 26, 2019
1 parent 16410c4 commit cbfc1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk/lib/commands/docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { debug, print, warning } from '../../lib/logging';
import { CommandOptions } from '../command-api';

export const command = 'docs';
export const describe = 'Opens the documentation in a browser';
export const describe = 'Opens the reference documentation in a browser';
export const aliases = ['doc'];
export const builder = {
browser: {
Expand Down

0 comments on commit cbfc1ec

Please sign in to comment.