From: Steven Baltakatei Sandoval Date: Fri, 3 Jul 2020 18:45:05 +0000 (+0000) Subject: fix(unitproc):appendArgTar:Fix minor usage comment error X-Git-Tag: 0.3.0~71 X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/commitdiff_plain/71d6b5c98dce193f7bc26297c576c24d04bae610 fix(unitproc):appendArgTar:Fix minor usage comment error --- 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)