From c42c287d9c7cf8c8199a32e156b433041ad5f8ef Mon Sep 17 00:00:00 2001 From: Thomas Hughes Date: Thu, 13 Aug 2020 16:11:30 -0500 Subject: [PATCH] Fix typo in cherry-pick --- js/controlbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/controlbox.js b/js/controlbox.js index c9761bf..5868e24 100644 --- a/js/controlbox.js +++ b/js/controlbox.js @@ -237,7 +237,7 @@ function(_yargs, d3, demos) { this.info('Available Git Commands:') this.info('`git branch`') this.info('`git checkout`') - this.info('`git cherry_pick`') + this.info('`git cherry-pick`') this.info('`git commit`') this.info('`git fetch`') this.info('`git log`')