Skip to content

Commit

Permalink
Manpage fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaleino committed Feb 19, 2008
1 parent 1923650 commit 95dd9bc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
3 changes: 2 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
pastebinit (0.9-0ubuntu2) hardy; urgency=low

* LP #193352 - http://yourpaste.net now supported
* LP #157082 - fixing wrong manpage
* debian/control: using Homepage field, not pseudo-one.
* pastebinit: better handling of command-line passed pastebins

-- David Paleino <d.paleino@gmail.com> Tue, 19 Feb 2008 20:59:38 +0100
-- David Paleino <d.paleino@gmail.com> Tue, 19 Feb 2008 21:07:02 +0100

pastebinit (0.9-0ubuntu1) hardy; urgency=low

Expand Down
17 changes: 10 additions & 7 deletions pastebinit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!ENTITY dhfirstname "<firstname>Stephane</firstname>">
<!ENTITY dhsurname "<surname>Graber</surname>">
<!-- Please adjust the date whenever revising the manpage. -->
<!ENTITY dhdate "<date>june 03, 2007</date>">
<!ENTITY dhdate "<date>February 05, 2008</date>">
<!ENTITY dhsection "<manvolnum>1</manvolnum>">
<!ENTITY dhemail "<email>d.paleino@gmail.com</email>">
<!ENTITY dhusername "David Paleino">
Expand All @@ -22,7 +22,7 @@
&dhemail;
</address>
<copyright>
<year>2007</year>
<year>2007-2008</year>
<holder>&dhusername;</holder>
</copyright>
&dhdate;
Expand All @@ -40,7 +40,7 @@
<refsynopsisdiv>
<cmdsynopsis>
<command>&dhpackage;</command>
<arg><option>-ibaftup</option></arg>
<arg><option>-ibafrjmtup</option></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
Expand All @@ -60,25 +60,28 @@
<title>Required arguments</title>
<variablelist>
<varlistentry>
<term><option>-f <arg>filename</arg></option> (or piped data)</term>
<term><option>-i <arg>filename</arg></option> (- for reading from stdin)</term>
</varlistentry>
</variablelist>
</refsect2>
<refsect2>
<title>Optional arguments</title>
<variablelist>
<varlistentry>
<term><option>-b <arg>pastebin url</arg></option></term>
<term><option>-b <arg>pastebin url</arg></option> (default: http://pastebin.com)</term>
</varlistentry>
<varlistentry>
<term><option>-a <arg>author</arg></option></term>
<term><option>-a <arg>author</arg></option> (default: $USER)</term>
</varlistentry>
<varlistentry>
<term><option>-f <arg>format of paste</arg></option></term>
<term><option>-f <arg>format of paste</arg></option> (used for syntax-highlighting, default: text)</term>
</varlistentry>
<varlistentry>
<term><option>-t <arg>title of paste</arg></option> (ONLY FOR 1t2.us)</term>
</varlistentry>
<varlistentry>
<term><option>-m <arg>permatag</arg></option> (ONLY FOR 1t2.us, default: blank)</term>
</varlistentry>
<varlistentry>
<term><option>-u <arg>username</arg></option> (ONLY FOR 1t2.us)</term>
</varlistentry>
Expand Down

0 comments on commit 95dd9bc

Please sign in to comment.