From 76b177f554f22bb303e4dfb2a363750dd428750c Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sat, 11 Jun 2016 18:53:56 -0400 Subject: [PATCH] Fix blatant lie. --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 3e8f87b..729b082 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,7 +4,7 @@ v0.4 (unreleased): exist on their remote after fetching. - Added a `--bookmark-file` flag to support multiple bookmark config files. - Added a `--cleanup` flag to remove old bookmarks that don't exist. -- Added an `--execute` flag to run a shell command on all of your repos. +- Added an `--exec` flag to run a shell command on all of your repos. - Cleaned up the bookmark file format, fixing a related Windows bug. The script will automatically migrate to the new one. - Fixed a bug related to Python 3 compatibility.