From 7e267cd116c852372afb71779dc88cd421b56949 Mon Sep 17 00:00:00 2001 From: Ankur Sinha (Ankur Sinha Gmail) Date: Oct 08 2019 22:22:06 +0000 Subject: Update man page --- diff --git a/docs/man/en/fpaste.1 b/docs/man/en/fpaste.1 index 67aa19b..003ff83 100644 --- a/docs/man/en/fpaste.1 +++ b/docs/man/en/fpaste.1 @@ -1,11 +1,11 @@ .\" first draft by Ankur Sinha <ankursinha at fedoraproject.org> -.TH "fpaste" "1" "version 0.3.9.2" "Fedora Unity" "" +.TH "fpaste" "1" "version 0.3.9.3" "Fedora Unity" "" .SH "NAME" fpaste \- A cli frontend for the fpaste.org pastebin .SH "SYNOPSIS" \fBfpaste\fR [\fIOPTION\fR]... [\fIFILE\fR]... .SH "DESCRIPTION" -It is often useful to be able to easily paste text to the Fedora Pastebin at http://fpaste.org and this simple utility will do that and return the resulting URL so that people may examine the output. This can hopefully help folks who are for some reason stuck without X, working remotely, or any other reason they may be unable to paste something into the pastebin using a web browser. +It is often useful to be able to easily paste text to the Fedora Pastebin at http://fpaste.org and this simple utility will do that and return the resulting URL so that people may examine the output. This can hopefully help folks who are for some reason stuck without a graphical interface, working remotely, or any other reason they may be unable to paste something into the pastebin using a web browser. .SH "OPTIONS" .TP \fB\-\-version\fR @@ -17,20 +17,17 @@ show help message and exit \fB\-t "TITLE", \-\-title="TITLE"\fR title for paste; default is UNTITLED .TP -\fB\-d "PASSWORD", \-\-password="PASSWORD"\fR -password for paste; default is "" -.TP +\fB\-t "AUTHOR", \-\-title="AUTHOR"\fR +author name; empty by default +.TP \fB\-l "LANGUAGE"\fR language of content for syntax highlighting; default is "text"; use "list" to show all 200+ supported langs .TP \fB\-x "EXPIRES"\fR -time before paste is removed; default is 604800 seconds for unauthenticated posts; valid options: 1800, 21600, 86400, 604800, 2592000 +life of paste in minutes; default is 1 day (maximum) .TP -\fB\-U, \-\-URL "URL"\fR -URL of fpaste server; default is http://fpaste.org -.TP -\fB\-P, \-\-private\fR -make paste private; default is yes; valid options: yes, no +\fB\-r, \-\-private\fR +make paste private; default is yes; valid options: 1 (yes), 0 (no) .TP \fB\-i, \-\-clipin\fR read paste text from current X clipboard selection [requires xsel] @@ -41,6 +38,9 @@ save returned paste URL to all the clipboards i.e primary, secondary and clipboa \fB\-\-input\-selection=CLIPBOARD\fR specify which X clipboard to use. valid options: "primary" (default; middle\-mouse\-button paste), "secondary" (uncommon), or "clipboard" (ctrl\-v paste) .TP +\fB\-w, \-\-wayland-clipin\fR +read paste text from Wayland selection [requires: wl-clip] +.TP \fB\-\-fullpath\fR use pathname VS basename for file description(s) .TP