Skip to content

Commit

Permalink
Use long-flag instead of short-flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Apr 7, 2019
1 parent 48dfe3d commit da99f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -38,7 +38,7 @@ module.exports = async (target, options) => {
command = 'open';

if (options.wait) {
cliArguments.push('-W');
cliArguments.push('--wait-apps');
}

if (options.background) {
Expand Down

0 comments on commit da99f39

Please sign in to comment.