From 1c848428dde88d53ebdf6bd29c48c142bf63cf62 Mon Sep 17 00:00:00 2001 From: Heitor Moreira da Silva Date: Mon, 15 Jul 2024 19:19:19 -0300 Subject: [PATCH 1/2] Update man susepaste.1 -e expire Updating man page to web service's new values to option -e expire. --- script/susepaste.1 | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/script/susepaste.1 b/script/susepaste.1 index 6227aa4..3b67a24 100644 --- a/script/susepaste.1 +++ b/script/susepaste.1 @@ -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 @@ -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: @@ -261,4 +257,3 @@ along with this program. If not, see . .SH AUTHORS Michal Hrusecky - From dc7abb215aec4fbc78e1f426fc2560306db13b79 Mon Sep 17 00:00:00 2001 From: Heitor Moreira da Silva Date: Mon, 15 Jul 2024 19:24:31 -0300 Subject: [PATCH 2/2] Update man susepaste-screenshot.1 -e expire Updating man page to web service's new values to option -e expire. --- script/susepaste-screenshot.1 | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/script/susepaste-screenshot.1 b/script/susepaste-screenshot.1 index a45f48b..6bd6c6a 100644 --- a/script/susepaste-screenshot.1 +++ b/script/susepaste-screenshot.1 @@ -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: @@ -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 @@ -70,4 +66,3 @@ along with this program. If not, see . .SH AUTHORS Michal Hrusecky -