[lastbash-cvs] lastbash lastbash.1,1.2,1.3
Status: Beta
Brought to you by:
cstroie
|
From: Costin S. <cs...@us...> - 2006-12-07 22:44:02
|
Update of /cvsroot/lastbash/lastbash In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv28090 Modified Files: lastbash.1 Log Message: Added the 'g' command line option. Index: lastbash.1 =================================================================== RCS file: /cvsroot/lastbash/lastbash/lastbash.1,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- lastbash.1 6 Dec 2006 15:30:52 -0000 1.2 +++ lastbash.1 7 Dec 2006 22:43:58 -0000 1.3 @@ -9,7 +9,7 @@ .SH "NAME" lastbash \- Console player for Last.fm .SH "SYNOPSIS" -\fBlastbash\fR [-aAdvh] [-p \fIplayer\fR] [-r \fIrefresh_interval\fR] [-u \fIusername\fR] [-c \fIcommand\fR] [\fIstation\fR] +\fBlastbash\fR [-aAdvh] [-g \fIHTTP_client\fR] [-p \fIplayer\fR] [-r \fIrefresh_interval\fR] [-u \fIusername\fR] [-c \fIcommand\fR] [\fIstation\fR] .SH "DESCRIPTION" LastBASH is a console/terminal based Last.fm player. Although the default Last.fm player is a great one, it also is a graphical one and it could be somewhat inadequate for the die-hard terminal users, like some people I know. @@ -28,17 +28,15 @@ .B -d Enable debug mode (will create a log file at \fI~/.lastbash/lastbash.debug\fR). .TP -.B -v -Show program name and version. -.TP -.B -h -Show a quick help. +.B -g \fIHTTP_client\fR +Set the HTTP client to use for the webservice. .TP .B -p \fIplayer\fR Set the backend player to use. .TP .B -r \fIrefresh_interval\fR Set the refresh interval, in seconds. +Minimum value allowed is \fI30\fR. .TP .B -u \fIusername\fR Set Last.fm username and re-request the password. @@ -47,6 +45,12 @@ Send \fIcommand\fR to the first instance. See \fBRemote control\fR below. .TP +.B -v +Show program name and version. +.TP +.B -h +Show a quick help. +.TP .I station Specify the Last.fm station to connect to when starting or to send to the first instance. See \fBRemote control\fR below. |