Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Commit

Permalink
Fix typo in CDS command description (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
sacnl authored and marikaner committed Jan 9, 2020
1 parent a2f2251 commit eecdf6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default class Init extends Command {
description: 'Path to the directory in which the project should be created.'
}),
addCds: flags.boolean({
description: 'Add a cds configuration and example data to follow the SAP Cloud Application Promgramming model.'
description: 'Add a cds configuration and example data to follow the SAP Cloud Application Programming model.'
}),
force: flags.boolean({
description: 'Do not fail if a file or npm script already exist and overwrite it.'
Expand Down

0 comments on commit eecdf6b

Please sign in to comment.