Syncing docs to grab --reversesort option's docs
This commit is contained in:
parent
932c86b8dc
commit
3a0741db8b
16 changed files with 187 additions and 7 deletions
|
|
@ -1039,6 +1039,16 @@ Gardar
|
|||
or "noautosave=yes". In both cases, may be overridden by the
|
||||
command-line option "--noautosave".
|
||||
|
||||
reversesort=yes
|
||||
|
||||
This reverses the sorting of the Open and Slideshow dialogs,
|
||||
placing the newest images at the top of the list.
|
||||
|
||||
⚙ Note: If used in a system-wide configuration file, may be
|
||||
overridden by the user's configuration file using
|
||||
"reversesort=no" or "noreversesort=yes". In both cases, may be
|
||||
overridden by the command-line option "--noreversesort".
|
||||
|
||||
Data
|
||||
|
||||
Lockfile
|
||||
|
|
@ -1460,6 +1470,7 @@ Joystick
|
|||
--saveovernew
|
||||
--nosave
|
||||
--autosave
|
||||
--reversesort
|
||||
--lang IDIOMA
|
||||
--colorfile FICHEIRO
|
||||
|
||||
|
|
@ -1502,6 +1513,7 @@ Joystick
|
|||
--saveoverask
|
||||
--save
|
||||
--noautosave
|
||||
--noreversesort
|
||||
|
||||
Estas opcións pódense usar para anular calquera axuste feito no
|
||||
ficheiro de configuración. (Se a opción non está configurada
|
||||
|
|
|
|||
|
|
@ -1747,6 +1747,17 @@
|
|||
<span title="Configuration option">⚙</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>autosave=no</code>" or "<code>noautosave=yes</code>". In both cases, may be overridden by the command-line option "<code>--noautosave</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>reversesort=yes</b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
This reverses the sorting of the Open and Slideshow dialogs, placing the newest images at the top of the list. </p>
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>reversesort=no</code>" or "<code>noreversesort=yes</code>". In both cases, may be overridden by the command-line option "<code>--noreversesort</code>". </p>
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
</section>
|
||||
|
|
@ -2329,6 +2340,7 @@
|
|||
--saveovernew<br>
|
||||
--nosave<br>
|
||||
--autosave<br>
|
||||
--reversesort<br>
|
||||
--lang <i>IDIOMA</i><br>
|
||||
--colorfile <i>FICHEIRO</i><br></b></code>
|
||||
</dt>
|
||||
|
|
@ -2374,7 +2386,9 @@
|
|||
--mouse<br>
|
||||
--saveoverask<br>
|
||||
--save<br>
|
||||
--noautosave<br></b></code>
|
||||
--noautosave<br>
|
||||
--noreversesort<br>
|
||||
</b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue