Skip to content

Commit

Permalink
[Misc] Plugin usage message updated
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhprasad-sap authored Jul 9, 2024
1 parent e7a0fa1 commit b6b007b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bin/cap-op-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ async function _usage(message = '') {
USAGE
cap-op-plugin <command> [--with-input-yaml <input-yaml-path>]
cap-op-plugin <command>
COMMANDS
generate-runtime-values generate runtime-values.yaml file for the cap-operator chart
generate-runtime-values [--with-input-yaml <input-yaml-path>] Generate runtime-values.yaml file for the cap-operator chart
EXAMPLES
Expand Down
4 changes: 2 additions & 2 deletions test/cap-op-plugin.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ describe('cap-op-plugin', () => {
expect(() => execSync(`npx cap-op-plugin`, { cwd: bookshop })).to.throw(`
USAGE
cap-op-plugin <command> [--with-input-yaml <input-yaml-path>]
cap-op-plugin <command>
COMMANDS
generate-runtime-values generate runtime-values.yaml file for the cap-operator chart
generate-runtime-values [--with-input-yaml <input-yaml-path>] Generate runtime-values.yaml file for the cap-operator chart
EXAMPLES
Expand Down

0 comments on commit b6b007b

Please sign in to comment.