2 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
12 <productname>bti</productname>
16 <refentrytitle>bti</refentrytitle>
17 <manvolnum>1</manvolnum>
18 <refmiscinfo class="version"></refmiscinfo>
22 <refname>bti</refname><refpurpose>send a tweet to twitter.com from stdinput</refpurpose>
27 <command>bti</command>
28 <arg><option>--account account</option></arg>
29 <arg><option>--password password</option></arg>
30 <arg><option>--clean</option></arg>
31 <arg><option>--debug</option></arg>
32 <arg><option>--version</option></arg>
33 <arg><option>--help</option></arg>
37 <refsect1><title>DESCRIPTION</title>
38 <para>bti sends a twitter message to twitter.com.
42 <refsect1><title>OPTIONS</title>
45 <term><option>--account account</option></term>
48 Specify the twitter.com account name.
53 <term><option>--password password</option></term>
56 Specify the password of your twitter.com account.
61 <term><option>--debug</option></term>
63 <para>Print a whole bunch of debugging messages to stdout.</para>
67 <term><option>--clean</option></term>
69 <para>Don't put the working directory and the '$' in the twitter message.</para>
73 <term><option>--version</option></term>
75 <para>Print version number.</para>
79 <term><option>--help</option></term>
81 <para>Print help text.</para>
87 <refsect1><title>AUTHOR</title>
88 <para>Written by Greg Kroah-Hartman <email>greg@kroah.com</email>.</para>