commit aea684002f787ce715bef44b2a9a90ba1105f144
parent c1cf47bed9bfda3bbca13c1d46ae5e36cf167464
Author: Enno Boland (Gottox) <g@s01.de>
Date: Thu, 8 Nov 2012 01:03:51 +0100
updating sltar.1
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/sltar.1 b/sltar.1
@@ -4,6 +4,10 @@ sltar \- suckless tar
.SH SYNOPSIS
.B sltar
.RB [ tx ]
+.TP
+.B sltar
+.RB c
+.RB path
.SH DESCRIPTION
sltar is a minimal implementation of tar.
.SH OPTIONS
@@ -13,5 +17,8 @@ extract tarball from stdin
.TP
.B t
list all files in tarball from stdin
+.TP
+.B c
+creates tarball from path and prints it to stdout
.SH BUGS
Please report any bugs.