/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to plugins.d/password-prompt.xml

  • Committer: Teddy Hogeborn
  • Date: 2008-08-31 07:32:05 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080831073205-9hggg03i1iird264
* mandos-keygen.xml (SYNOPSIS): Put long options before short.
* mandos.xml (SYNOPSIS): - '' -
* plugins.d/password-prompt.xml (SYNOPSIS): - '' -
* plugins.d/password-request.xml (SYNOPSIS): - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
        "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4
4
<!ENTITY VERSION "1.0">
5
5
<!ENTITY COMMANDNAME "password-prompt">
6
 
<!ENTITY TIMESTAMP "2008-08-30">
 
6
<!ENTITY TIMESTAMP "2008-08-31">
7
7
]>
8
8
 
9
9
<refentry>
73
73
    <cmdsynopsis>
74
74
      <command>&COMMANDNAME;</command>
75
75
      <group choice="opt">
76
 
        <arg choice="plain"><option>-p <replaceable
 
76
        <arg choice="plain"><option>--prefix <replaceable
77
77
        >PREFIX</replaceable></option></arg>
78
 
        <arg choice="plain"><option>--prefix </option><replaceable
 
78
        <arg choice="plain"><option>-p </option><replaceable
79
79
        >PREFIX</replaceable></arg>
80
80
      </group>
 
81
      <sbr/>
81
82
      <arg choice="opt"><option>--debug</option></arg>
82
83
    </cmdsynopsis>
83
84
    <cmdsynopsis>
84
85
      <command>&COMMANDNAME;</command>
85
86
      <group choice="req">
 
87
        <arg choice="plain"><option>--help</option></arg>
86
88
        <arg choice="plain"><option>-?</option></arg>
87
 
        <arg choice="plain"><option>--help</option></arg>
88
89
      </group>
89
90
    </cmdsynopsis>
90
91
    <cmdsynopsis>
94
95
    <cmdsynopsis>
95
96
      <command>&COMMANDNAME;</command>
96
97
      <group choice="req">
 
98
        <arg choice="plain"><option>--version</option></arg>
97
99
        <arg choice="plain"><option>-V</option></arg>
98
 
        <arg choice="plain"><option>--version</option></arg>
99
100
      </group>
100
101
    </cmdsynopsis>
101
102
  </refsynopsisdiv>