Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 11 additions & 16 deletions script/susepaste-screenshot.1
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ specified as arguments.
--all
takes screenshot of whole desktop instean
.TP
-n \fBNICK\fR
nickname of the author of the paste
.TP
-t \fBTITLE\fR
name of the paste
.TP
-k \fBKEY\fR
API key to paste as you
.TP
-e \fBEXPIRE\fR
for how log will be paste stored on the server. Default is 30 minutes,
possible values are:
Expand All @@ -35,12 +26,17 @@ possible values are:
\fI720\fR 12 Hours
\fI1440\fR 1 Day
\fI10080\fR 1 Week
\fI40320\fR 1 Month
\fI151200\fR 3 Months
\fI604800\fR 1 Year
\fI1209600\fR 2 Years
\fI1814400\fR 3 Years
\fI0\fR Never
\fI43200\fR 1 Month
\fI131040\fR 3 Months (Maximum)
.TP
-n \fBNICK\fR
nickname of the author of the paste
.TP
-t \fBTITLE\fR
name of the paste
.TP
-k \fBKEY\fR
API key to paste as you

.SH EXAMPLES

Expand Down Expand Up @@ -70,4 +66,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

.SH AUTHORS
Michal Hrusecky <Michal@Hrusecky.net>

29 changes: 12 additions & 17 deletions script/susepaste.1
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@ Options can be changed in ~/.susepaste configuration file as variables or
specified as arguments.
.SH OPTIONS
.TP
-e \fBEXPIRE\fR
for how log will be paste stored on the server. Default is 30 minutes,
possible values are:
\fI30\fR 30 Minutes
\fI60\fR 1 Hour
\fI360\fR 6 Hours
\fI720\fR 12 Hours
\fI1440\fR 1 Day
\fI10080\fR 1 Week
\fI43200\fR 1 Month
\fI131040\fR 3 Months (Maximum)
.TP
-n \fBNICK\fR
nickname of the author of the paste
.TP
Expand Down Expand Up @@ -205,22 +217,6 @@ values are:
\fIxorg_conf\fR Xorg configuration
\fIz80\fR ZiLOG Z80 Assembler
.TP
-e \fBEXPIRE\fR
for how log will be paste stored on the server. Default is 30 minutes,
possible values are:
\fI30\fR 30 Minutes
\fI60\fR 1 Hour
\fI360\fR 6 Hours
\fI720\fR 12 Hours
\fI1440\fR 1 Day
\fI10080\fR 1 Week
\fI40320\fR 1 Month
\fI151200\fR 3 Months
\fI604800\fR 1 Year
\fI1209600\fR 2 Years
\fI1814400\fR 3 Years
\fI0\fR Never
.TP
-s \fBSCHEMA\fR
what schema should be used for pasting. Default is https,
possible values are:
Expand Down Expand Up @@ -261,4 +257,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

.SH AUTHORS
Michal Hrusecky <Michal@Hrusecky.net>