Skip to content

Commit

Permalink
EWC-353 renaming in microservice cli help: (#370)
Browse files Browse the repository at this point in the history
log-limit -> log-size
  • Loading branch information
mchepelev authored Nov 20, 2018
1 parent 47f427b commit 35efcdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/microservice.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class Microservice extends BaseCLIHandler {
group: [constants.CMD_UPDATE, constants.CMD_ADD]
},
{
name: 'log-limit', alias: 'l', type: Number, description: 'Log file size limit (MB)',
name: 'log-size', alias: 'l', type: Number, description: 'Log file size limit (MB)',
group: [constants.CMD_UPDATE, constants.CMD_ADD]
},
{
Expand Down

0 comments on commit 35efcdc

Please sign in to comment.