Skip to content

Commit

Permalink
Add example to command description
Browse files Browse the repository at this point in the history
  • Loading branch information
mhegazy committed Jan 17, 2018
1 parent 33fd302 commit 48ac301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/authors.ts
Expand Up @@ -164,7 +164,7 @@ namespace Commands {
}
});
};
listAuthors.description = "List known and unknown authors for a given spec";
listAuthors.description = "List known and unknown authors for a given spec, e.g. 'node authors.js listAuthors origin/release-2.6..origin/release-2.7'";
}

var args = process.argv.slice(2);
Expand Down

0 comments on commit 48ac301

Please sign in to comment.