fix(unitproc):appendArgTar:Fix minor usage comment error
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Fri, 3 Jul 2020 18:45:05 +0000 (18:45 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Fri, 3 Jul 2020 18:45:05 +0000 (18:45 +0000)
unitproc/bktemp-appendArgTar

index 400f89e36fef8dea0126c54ade056b77a17443ad..ee3174392278697a76a78e1e3ca1f4d862b26534 100644 (file)
@@ -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)