[glib/glib-2-64: 6/7] docs: Mention new gio tool options



commit 39dc7f07d5f978a7cd495ece4f72463f2f721cf1
Author: Ondrej Holy <oholy redhat com>
Date:   Thu Apr 2 10:45:11 2020 +0200

    docs: Mention new gio tool options
    
    New features were added for gio tool, but they are not mentioned in
    man pages as it is not generated from GOptionEntry in contrast to the
    help output. Let's update the man pages to reflect the recent changes.

 docs/reference/gio/gio.xml | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/docs/reference/gio/gio.xml b/docs/reference/gio/gio.xml
index ce1ccfdc3..641b2228c 100644
--- a/docs/reference/gio/gio.xml
+++ b/docs/reference/gio/gio.xml
@@ -307,6 +307,10 @@
                 <term><option>-n</option>, <option>--nofollow-symlinks</option></term>
                 <listitem><para>Don’t follow symbolic links.</para></listitem>
               </varlistentry>
+              <varlistentry>
+                <term><option>-d</option>, <option>--print-display-names</option></term>
+                <listitem><para>Print display names.</para></listitem>
+              </varlistentry>
               <varlistentry>
                 <term><option>-u</option>, <option>--print-uris</option></term>
                 <listitem><para>Print full URIs.</para></listitem>
@@ -425,8 +429,8 @@
                 <listitem><para>Mount as mountable.</para></listitem>
               </varlistentry>
               <varlistentry>
-                <term><option>-d</option>, <option>--device=<replaceable>DEVICE</replaceable></option></term>
-                <listitem><para>Mount volume with device file.</para></listitem>
+                <term><option>-d</option>, <option>--device=<replaceable>ID</replaceable></option></term>
+                <listitem><para>Mount volume with device file, or other identifier.</para></listitem>
               </varlistentry>
               <varlistentry>
                 <term><option>-u</option>, <option>--unmount</option></term>
@@ -436,6 +440,10 @@
                 <term><option>-e</option>, <option>--eject</option></term>
                 <listitem><para>Eject the location.</para></listitem>
               </varlistentry>
+              <varlistentry>
+                <term><option>-t</option>, <option>--stop=<replaceable>DEVICE</replaceable></option></term>
+                <listitem><para>Stop drive with device file.</para></listitem>
+              </varlistentry>
               <varlistentry>
                 <term><option>-s</option>, 
<option>--unmount-scheme=<replaceable>SCHEME</replaceable></option></term>
                 <listitem><para>Unmount all mounts with the given scheme.</para></listitem>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]