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
|
|
@ -877,6 +877,15 @@ Windows のユーザー
|
|||
"noautosave=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの
|
||||
"--noautosave" で変更できます。
|
||||
|
||||
reversesort=yes
|
||||
|
||||
This reverses the sorting of the Open and Slideshow dialogs,
|
||||
placing the newest images at the top of the list.
|
||||
|
||||
⚙ 注: システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "reversesort=no" または
|
||||
"noreversesort=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの
|
||||
"--noreversesort" で変更できます。
|
||||
|
||||
データ
|
||||
|
||||
ロックファイル
|
||||
|
|
@ -1209,6 +1218,7 @@ Windows のユーザー
|
|||
--saveovernew
|
||||
--nosave
|
||||
--autosave
|
||||
--reversesort
|
||||
--lang LANGUAGE
|
||||
--colorfile FILE
|
||||
|
||||
|
|
@ -1250,6 +1260,7 @@ Windows のユーザー
|
|||
--saveoverask
|
||||
--save
|
||||
--noautosave
|
||||
--noreversesort
|
||||
|
||||
以上のオプションは、設定ファイルでの設定を上書きするために用いられます。(オプションが設定ファイルで指定されていない場合、設定を上書きしないというオプションが必要です)
|
||||
|
||||
|
|
|
|||
|
|
@ -1747,6 +1747,17 @@
|
|||
<span title="Configuration option">⚙</span> <strong>注:</strong> システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>autosave=no</code>" または "<code>noautosave=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<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>注:</strong> システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>reversesort=no</code>" または "<code>noreversesort=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<code>--noreversesort</code>" で変更できます。 </p>
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
</section>
|
||||
|
|
@ -2329,6 +2340,7 @@
|
|||
--saveovernew<br>
|
||||
--nosave<br>
|
||||
--autosave<br>
|
||||
--reversesort<br>
|
||||
--lang <i>LANGUAGE</i><br>
|
||||
--colorfile <i>FILE</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