Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #879 from Microsoft/stgum/msbot
Browse files Browse the repository at this point in the history
msbot: revert `msbot --version`
  • Loading branch information
daveta authored Dec 21, 2018
2 parents aa89390 + 75270bd commit 8cbafc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/MSBot/src/msbot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ program.Command.prototype.unknownOption = (flag: string): void => {
};

program
.version(pkg.version, '-v, --version')
.version(pkg.version, '-v, --Version')
.description(`The msbot program makes it easy to manipulate .bot files for Microsoft Bot Framework tools.`);

program
Expand Down

0 comments on commit 8cbafc2

Please sign in to comment.