Mercurial > projects > pwm
comparison pwm.1.xml @ 22:ec01c579024a
Add fully interactive mode
author | Guido Berhoerster <guido+pwm@berhoerster.name> |
---|---|
date | Thu, 07 Sep 2017 12:40:50 +0200 |
parents | ee4d36c85287 |
children | 1b89066d992c |
comparison
equal
deleted
inserted
replaced
21:ee4d36c85287 | 22:ec01c579024a |
---|---|
32 <surname>Berhoerster</surname> | 32 <surname>Berhoerster</surname> |
33 </personname> | 33 </personname> |
34 <email>guido+pwm@berhoerster.name</email> | 34 <email>guido+pwm@berhoerster.name</email> |
35 <personblurb/> | 35 <personblurb/> |
36 </author> | 36 </author> |
37 <date>6 September, 2017</date> | 37 <date>7 September, 2017</date> |
38 </info> | 38 </info> |
39 <refmeta> | 39 <refmeta> |
40 <refentrytitle>pwm</refentrytitle> | 40 <refentrytitle>pwm</refentrytitle> |
41 <manvolnum>1</manvolnum> | 41 <manvolnum>1</manvolnum> |
42 <refmiscinfo class="source"/> | 42 <refmiscinfo class="source"/> |
238 <sbr/> | 238 <sbr/> |
239 </cmdsynopsis> | 239 </cmdsynopsis> |
240 <para>Create a new entry assigning each given | 240 <para>Create a new entry assigning each given |
241 <replaceable>field</replaceable> to the corresponsing | 241 <replaceable>field</replaceable> to the corresponsing |
242 <replaceable>value</replaceable>.</para> | 242 <replaceable>value</replaceable>.</para> |
243 <para>If no fields are specified in interactive mode, | |
244 <command>pwm</command> will prompt the user for the content of | |
245 each field.</para> | |
243 </listitem> | 246 </listitem> |
244 </varlistentry> | 247 </varlistentry> |
245 <varlistentry> | 248 <varlistentry> |
246 <term>Modify entry</term> | 249 <term>Modify entry</term> |
247 <listitem> | 250 <listitem> |
266 </cmdsynopsis> | 269 </cmdsynopsis> |
267 <para>Modify an existing entry identified by | 270 <para>Modify an existing entry identified by |
268 <replaceable>id</replaceable> assigning each given | 271 <replaceable>id</replaceable> assigning each given |
269 <replaceable>field</replaceable> to the corresponsing | 272 <replaceable>field</replaceable> to the corresponsing |
270 <replaceable>value</replaceable>.</para> | 273 <replaceable>value</replaceable>.</para> |
274 <para>If no fields are specified and <command>pwm</command> is | |
275 running in interactive mode, it will prompt the user for the | |
276 content of each field, allowing him to edit any previous | |
277 content.</para> | |
271 </listitem> | 278 </listitem> |
272 </varlistentry> | 279 </varlistentry> |
273 <varlistentry> | 280 <varlistentry> |
274 <term>Remove entry</term> | 281 <term>Remove entry</term> |
275 <listitem> | 282 <listitem> |
372 </arg> | 379 </arg> |
373 <sbr/> | 380 <sbr/> |
374 </cmdsynopsis> | 381 </cmdsynopsis> |
375 <para>Create a new empty group named | 382 <para>Create a new empty group named |
376 <replaceable>name</replaceable>.</para> | 383 <replaceable>name</replaceable>.</para> |
384 <para>In interactive-mode the <replaceable>name</replaceable> | |
385 argument is optional, if it is not specified <command>pwm</command> | |
386 will prompt the user for it.</para> | |
377 </listitem> | 387 </listitem> |
378 </varlistentry> | 388 </varlistentry> |
379 <varlistentry> | 389 <varlistentry> |
380 <term>Remove empty group</term> | 390 <term>Remove empty group</term> |
381 <listitem> | 391 <listitem> |