Skip to content

Commit

Permalink
fix: remove nonexistent --missing option from riw app status usage
Browse files Browse the repository at this point in the history
  • Loading branch information
avaragado committed Apr 12, 2018
1 parent 4f22d7a commit a37a74b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/bin/commands/app-commands/status.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,7 @@ export const builder = (yyargs: yargs.Argv) => yyargs
Shows information about the translations in your app.
Indicates if you should run "riw app translate".
`)
.options({
missing: {
alias: 'm',
boolean: true,
group: 'Command options',
desc: outdent`
Show missing translations, grouped by locale
`,
},
});
`);

const sAbsent = chalk.red('(absent)');
const sTotal = 'TOTAL';
Expand Down

0 comments on commit a37a74b

Please # to comment.