configure.ac cleanup.
[pwmd.git] / libpwmd / pwmc.1
blob81d48152aa3c246901d61087580e757f44aca926
1 .\" This program is free software; you can redistribute it and/or modify
2 .\" it under the terms of the GNU General Public License as published by
3 .\" the Free Software Foundation; either version 2 of the License, or
4 .\" (at your option) any later version.
5 .\" 
6 .\" This program is distributed in the hope that it will be useful,
7 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
8 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9 .\" GNU General Public License for more details.
10 .\" 
11 .\" You should have received a copy of the GNU General Public License
12 .\" along with this program; if not, write to the Free Software
13 .\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
14 .de URL
15 \\$2 \(laURL: \\$1 \(ra\\$3
17 .if \n[.g] .mso www.tmac
18 .TH PWMD 1 "17 Jan 2007" "Password Manager Client" "Password Manager Client"
19 .SH NAME
21 pwmc \- send commands to pwmd
22 .SH SYNOPSIS
23 .B pwmc
24 [\-hv] [\-E] [\-s <socket>] [\-a | \-p <password>] [\-S] <filename>
26 .SH DESCRIPTION
27 .B pwmc
28 connects to \fBpwmd\fR and opens \fBfilename\fR. Commands are read
29 from stdin until an EOF occurs.
31 .SH OPTIONS
32 .TP
33 .I "\-E"
34 Exit after a command failure.
35 .TP
36 .I "\-s <socket>"
37 Connect to the specified socket. The default is \fB~/.pwmd/socket\fR.
38 .TP
39 .I "\-a"
40 Use 
41 .BR gpg-agent (1)
42 for password retrieval.
43 .TP
44 .I "\-p <password>"
45 Use the specified password.
46 .TP
47 .I "\-S"
48 Send the SAVE command after EOF.
49 .TP
50 .I "\-v"
51 Version information.
52 .TP
53 .I "\-h"
54 Help text.
57 .SH FILES
58 .TP
59 .B ~/.pwmd/socket
60 Default socket to connect to.
63 .SH AUTHOR
64 Ben Kibbey <bjk@luxsci.net>
65 .br
66 .URL "http://bjk.sourceforge.net/pwmd/" "PWMD Homepage" .
68 .SH "SEE ALSO"
69 .BR pwmd (1)