From 71d6b5c98dce193f7bc26297c576c24d04bae610 Mon Sep 17 00:00:00 2001
From: Steven Baltakatei Sandoval <baltakatei@gmail.com>
Date: Fri, 3 Jul 2020 18:45:05 +0000
Subject: [PATCH] fix(unitproc):appendArgTar:Fix minor usage comment error

---
 unitproc/bktemp-appendArgTar | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/unitproc/bktemp-appendArgTar b/unitproc/bktemp-appendArgTar
index 400f89e..ee31743 100644
--- a/unitproc/bktemp-appendArgTar
+++ b/unitproc/bktemp-appendArgTar
@@ -7,8 +7,8 @@ die() { yell "$*"; exit 111; }
 try() { "$@" || die "cannot $*"; }
 appendArgTar(){
     # Desc: Writes first argument to temporary file with arguments as options, then appends file to tar
-    # Usage: writeArg "$(echo "Data to be written.")" [name of file to be inserted] [tar path] [temp dir] ([cmd1] [cmd2] [cmd3] [cmd4]...)
-    # Version: 1.0.0
+    # Usage: appendArgTar "$(echo "Data to be written.")" [name of file to be inserted] [tar path] [temp dir] ([cmd1] [cmd2] [cmd3] [cmd4]...)
+    # Version: 1.0.1
     # Input: arg1: data to be written
     #        arg2: file name of file to be inserted into tar
     #        arg3: tar archive path (must exist first)
-- 
2.39.5