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

Commit

Permalink
msbot: revert msbot --version
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengum committed Dec 21, 2018
1 parent aa89390 commit 75270bd
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 75270bd

Please sign in to comment.