From 4b807ed1c506a488dd2b9b33601585e0a42b872c Mon Sep 17 00:00:00 2001
From: Steven Baltakatei Sandoval <baltakatei@gmail.com>
Date: Wed, 29 May 2024 03:45:42 +0000
Subject: [PATCH] chore(user/mw_get_audiobook_chapters.sh):Clean up desc

---
 user/mw_get_audiobook_chapters.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 mode change 100644 => 100755 user/mw_get_audiobook_chapters.sh

diff --git a/user/mw_get_audiobook_chapters.sh b/user/mw_get_audiobook_chapters.sh
old mode 100644
new mode 100755
index 191b1e7..2d1ff38
--- a/user/mw_get_audiobook_chapters.sh
+++ b/user/mw_get_audiobook_chapters.sh
@@ -2,9 +2,8 @@
 # Print mediawiki code chapter headings and timecodes from audiobook file
 # Usage: mw_get_audiobook_chapters.sh [file] ([int offset])
 # Input: arg1: path to audiobook
-#        arg2: offset for chapter numbers
 # Example: mw_get_audiobook_chapters.sh input.m4b
-# Version: 0.0.1
+# Version: 0.1.0
 
 
 fin="$1";
-- 
2.39.5