summaryrefslogtreecommitdiff
path: root/app-misc/pwsafe/files/pwsafe-0.2.0-man-page-option-syntax.patch
blob: a83d3a83d8eb3509941642677a400f0c29a6d248 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Index: pwsafe.1.in
===================================================================
RCS file: /cvsroot/pwsafe/pwsafe/pwsafe.1.in,v
retrieving revision 1.8
diff -u -r1.8 pwsafe.1.in
--- pwsafe.1.in	18 Mar 2006 14:17:41 -0000	1.8
+++ pwsafe.1.in	30 Mar 2011 07:42:23 -0000
@@ -52,18 +52,18 @@
 .B  \-\-passwd
 Change the database's passphrase.
 .TP 
-.B  \-\-list[=REGEX]
+.B  \-\-list [REGEX]
 List all [matching] entries in database.
 .BR 
 If \-u or \-p is given then REGEX must match only one entry, and only the requested field(s) are emitted.
 .TP 
-.B  \-a, \-\-add[=NAME]
+.B  \-a, \-\-add [NAME]
 Add an entry to database.
 .TP 
-.B  \-e, \-\-edit=REGEX
+.B  \-e, \-\-edit REGEX
 Edit an entry.
 .TP 
-.B  \-\-delete=NAME
+.B  \-\-delete NAME
 Delete an entry from database.
 .TP 
 If no command is given, an interactive mode is entered.