Another package revision - for the manpage, this time.

This commit is contained in:
tobast 2012-01-08 22:28:15 +01:00
parent b66e5fd03a
commit c9ac1b511d
2 changed files with 0 additions and 121 deletions

Binary file not shown.

View File

@ -1,121 +0,0 @@
PASTEBINCL(1) PASTEBINCL(1)
NNAAMMEE
PPaasstteebbiinnCCLL - Pastebin Commnd-Line, posts a "paste" on _h_t_t_p_:_/_/_p_a_s_t_e_-
_b_i_n_._c_o_m_/
SSYYNNOOPPSSIISS
_p_a_s_t_e_b_i_n_c_l _[_o_p_t_i_o_n_s_]
DDEESSCCRRIIPPTTIIOONN
_P_a_s_t_e_b_i_n_C_L is a program which sends a "paste" at http://pastebin.com/
using a command-line interface.
UUSSAAGGEE
When you run _p_a_s_t_e_b_i_n_c_l, it will wait for user entry until you press
_c_t_r_l_+_D. Then, it will send the text on pastebin with the given
options.
PPOOSSTT AASS AA RREEGGIISSTTEERREEDD UUSSEERR
To post as a registered user, you must generate a file containing your
username and password. To do so, run "_p_a_s_t_e_b_i_n_c_l _-_-_u_s_e_r_g_e_n".
OOPPTTIIOONNSS
The possible arguments are:
--vv, ----vveerrssiioonn
Prints the program version and basic informatons, and then
returns.
--hh, --??, ----hheellpp
Prints a short help, and then returns.
----lliicceennccee
Prints the program licence, and then returns.
----uusseerrggeenn
Generates an "users" file for the software with the informations
given afterwards.
--nn _[_n_a_m_e_], _-_-_n_a_m_e=_[_n_a_m_e_]
Defines _[_n_a_m_e_] as the paste name.
--ss _[_s_y_n_t_a_x_], ----ssyynnttaaxx=_[_s_y_n_t_a_x_]
Defines _[_s_y_n_t_a_x_] as the syntax highlighting pattern of your
text, eg. "c" or "lolcode" (see the full list on http://paste-
bin.com/). To display the complete list, run "_p_a_s_t_e_b_i_n_c_l _-_-_s_y_n_-
_t_a_x_l_i_s_t".
----ssyynnttaaxxlliisstt
Displays the complete list of "_s_y_n_t_a_x" parameters (see "-s").
--ee _[_e_x_p_i_r_e___t_i_m_e_], ----eexxppiirree _[_e_x_p_i_r_e___t_i_m_e_]
Defines _[_e_x_p_i_r_e___t_i_m_e_] as the time before the paste expires. Pos-
sible values : N = Never ; 10M = 10 Minutes ; 1H = 1 Hour ; 1D =
1 Day ; 1M = 1 Month.
--pp, ----pprriivvaattee
Posts a private past instead of a public one. A private paste
won't be displayed in the latest pastes, neither indexed by
search engines.
--gg, ----gguueesstt
Posts the paste as a guest. It's the default option if no con-
figuration file was set.
FFIILLEESS
~/._p_a_s_t_e_b_i_n_c_l_r_c
The file generated by --usergen. It is encrypted with a built-in
key generated during compilation, and contains username and
password for your pastebin account.
EEXXAAMMPPLLEESS
To post a paste without options:
$ _p_a_s_t_e_b_i_n_c_l (type your text, then ctrl+D)
To post without options a file named "foo.txt":
$ cat foo.txt | _p_a_s_t_e_b_i_n_c_l
To post a paste named "foo", in C language, privately, which expires in
10 minutes:
$ _p_a_s_t_e_b_i_n_c_l -n foo -s c -e 10M -p (type your text, then ctrl+D)
AAUUTTHHOORR
Both _p_a_s_t_e_b_i_n_c_l and this manpage were written by Theophile BASTIAN
(aka. Tobast) <contact@tobast.fr>.
LLIICCEENNCCEE
Pastebincl is under GNU GPL licence, as published by the Free Software
Fundation on version 3.
RREEPPOORRTTIINNGG BBUUGGSS
Please report every bug you encounter to <error-report@tobast.fr>.
25 December 2011 PASTEBINCL(1)