Mercurial > projects > pwm
comparison pwm.1.xml @ 14:a01899a6e4bb
Extend help command to show usage information for commands
author | Guido Berhoerster <guido+pwm@berhoerster.name> |
---|---|
date | Mon, 07 Aug 2017 18:16:47 +0200 |
parents | cf81eb0c2d5a |
children | 3380c8fd9776 |
comparison
equal
deleted
inserted
replaced
13:cf81eb0c2d5a | 14:a01899a6e4bb |
---|---|
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 August, 2017</date> | 37 <date>7 August, 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"/> |
456 <varlistentry> | 456 <varlistentry> |
457 <term>Display help text</term> | 457 <term>Display help text</term> |
458 <listitem> | 458 <listitem> |
459 <cmdsynopsis> | 459 <cmdsynopsis> |
460 <command>help</command> | 460 <command>help</command> |
461 <arg choice="opt"> | |
462 <replaceable>command</replaceable> | |
463 </arg> | |
461 </cmdsynopsis> | 464 </cmdsynopsis> |
462 <cmdsynopsis> | 465 <cmdsynopsis> |
463 <command>h</command> | 466 <command>h</command> |
464 <sbr/> | 467 <arg choice="opt"> |
465 </cmdsynopsis> | 468 <replaceable>command</replaceable> |
466 <para>Display a list of all commands and a short help text.</para> | 469 </arg> |
470 <sbr/> | |
471 </cmdsynopsis> | |
472 <para>Display a summary of all commands or usage information for | |
473 the specified <replaceable>command</replaceable>.</para> | |
467 </listitem> | 474 </listitem> |
468 </varlistentry> | 475 </varlistentry> |
469 <varlistentry> | 476 <varlistentry> |
470 <term>Show metadata information</term> | 477 <term>Show metadata information</term> |
471 <listitem> | 478 <listitem> |