summary refs log tree commit diff stats
path: root/doc/aerc.1.scd
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-06-18 09:42:41 -0400
committerDrew DeVault <sir@cmpwn.com>2019-07-13 12:46:34 -0400
commit61a9e72f4c7276771d4ae966918358c27b90bc23 (patch)
treeb45c75f31c5b6ffecc91787c80d9faf17452cfce /doc/aerc.1.scd
parentb34242560e361d0fd73a9f49e4be7052b96cde5e (diff)
downloadaerc-0.1.3.tar.gz
Add aerc -v to print the installed version 0.1.3
Diffstat (limited to 'doc/aerc.1.scd')
-rw-r--r--doc/aerc.1.scd7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd
index 4f0137c..4122269 100644
--- a/doc/aerc.1.scd
+++ b/doc/aerc.1.scd
@@ -6,10 +6,15 @@ aerc - the world's best email client
 
 # SYNOPSIS
 
-_aerc_
+_aerc_ [-v]
 
 For a guided tutorial, use *:help tutorial*.
 
+# OPTIONS
+
+*-v*
+	Prints the installed version of aerc and exits.
+
 # RUNTIME COMMANDS
 
 To execute a command, press ':' to bring up the command interface. Commands may
e43'>e780c6e ^
0f8b7a1 ^
52a97c0 ^
de36484 ^
0f8b7a1 ^
ef6178a ^
0f8b7a1 ^


11f0a72 ^
0f8b7a1 ^
de36484 ^


0f8b7a1 ^



















e780c6e ^
0f8b7a1 ^







11f0a72 ^
0f8b7a1 ^


52a97c0 ^
de36484 ^


0f8b7a1 ^






de36484 ^




52a97c0 ^
84965d6 ^
0f8b7a1 ^
4465646 ^


de36484 ^

0f8b7a1 ^



8a42dfc ^





0f8b7a1 ^
77ede6e ^
0f8b7a1 ^



0f8b7a1 ^

e780c6e ^



312a53e ^



41212a7 ^



312a53e ^



ef6178a ^
52a97c0 ^



0f8b7a1 ^


312a53e ^
0f8b7a1 ^




24daef8 ^
312a53e ^







13ba53c ^






c0146ef ^






13ba53c ^

24daef8 ^
0b26241 ^


24daef8 ^

24dfc47 ^
24daef8 ^

24dfc47 ^
24daef8 ^
52a97c0 ^






24daef8 ^









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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188