/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 mandos-ctl.xml

  • Committer: Teddy Hogeborn
  • Date: 2019-03-07 21:38:47 UTC
  • Revision ID: teddy@recompile.se-20190307213847-9ans204sp9s3ki1s
mandos-ctl.xml: Move most normal command to top of synopsis

* mandos-ctl.xml (SYNOPSIS): Move --verbose | --dump-json to top.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
  <refsynopsisdiv>
63
63
    <cmdsynopsis>
64
64
      <command>&COMMANDNAME;</command>
 
65
      <group>
 
66
          <arg choice="plain"><option>--verbose</option></arg>
 
67
          <arg choice="plain"><option>-v</option></arg>
 
68
          <sbr/>
 
69
          <arg choice="plain"><option>--dump-json</option></arg>
 
70
          <arg choice="plain"><option>-j</option></arg>
 
71
      </group>
 
72
      <group>
 
73
        <arg rep='repeat' choice='plain'>
 
74
          <replaceable>CLIENT</replaceable>
 
75
        </arg>
 
76
      </group>
 
77
    </cmdsynopsis>
 
78
    <cmdsynopsis>
 
79
      <command>&COMMANDNAME;</command>
65
80
      <group choice="req">
66
81
        <group>
67
82
          <arg choice="plain"><option>--enable</option></arg>
175
190
    </cmdsynopsis>
176
191
    <cmdsynopsis>
177
192
      <command>&COMMANDNAME;</command>
178
 
      <group>
179
 
          <arg choice="plain"><option>--verbose</option></arg>
180
 
          <arg choice="plain"><option>-v</option></arg>
181
 
          <sbr/>
182
 
          <arg choice="plain"><option>--dump-json</option></arg>
183
 
          <arg choice="plain"><option>-j</option></arg>
184
 
      </group>
185
 
      <group>
186
 
        <arg rep='repeat' choice='plain'>
187
 
          <replaceable>CLIENT</replaceable>
188
 
        </arg>
189
 
      </group>
190
 
    </cmdsynopsis>
191
 
    <cmdsynopsis>
192
 
      <command>&COMMANDNAME;</command>
193
193
      <group choice="req">
194
194
        <arg choice="plain"><option>--is-enabled</option></arg>
195
195
        <arg choice="plain"><option>-V</option></arg>