[glib/wip/oholy/gfile-docs: 3/3] docs: Add missing `gio move` options



commit 2b5daec05c486259ef325e5c4144b38aa0ab854e
Author: Ondrej Holy <oholy redhat com>
Date:   Fri Jun 7 09:09:09 2019 +0200

    docs: Add missing `gio move` options
    
    The `gio move` tool has plenty of options, which are listed by
    `gio help move`, however, the `man gio` page doesn't mention them.
    Let's add these missing options to the man page as well.

 docs/reference/gio/gio.xml | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
---
diff --git a/docs/reference/gio/gio.xml b/docs/reference/gio/gio.xml
index 35c14da34..350796730 100644
--- a/docs/reference/gio/gio.xml
+++ b/docs/reference/gio/gio.xml
@@ -490,6 +490,31 @@
             to <replaceable>DESTINATION</replaceable>. If more than one source
             is specified, the destination must be a directory.</para>
           <para>The <command>move</command> command is similar to the traditional <command>mv</command> 
utility.</para>
+          <refsect3>
+            <title>Options</title>
+            <variablelist>
+              <varlistentry>
+                <term><option>-T</option>, <option>--no-target-directory</option></term>
+                <listitem><para>Don’t copy into <replaceable>DESTINATION</replaceable> even if it is a 
directory.</para></listitem>
+              </varlistentry>
+              <varlistentry>
+                <term><option>-p</option>, <option>--progress</option></term>
+                <listitem><para>Show progress.</para></listitem>
+              </varlistentry>
+              <varlistentry>
+                <term><option>-i</option>, <option>--interactive</option></term>
+                <listitem><para>Prompt for confirmation before overwriting files.</para></listitem>
+              </varlistentry>
+              <varlistentry>
+                <term><option>-b</option>, <option>--backup</option></term>
+                <listitem><para>Create backups of existing destination files.</para></listitem>
+              </varlistentry>
+              <varlistentry>
+                <term><option>-C</option>, <option>--no-copy-fallback</option></term>
+                <listitem><para>Don’t use copy and delete fallback.</para></listitem>
+              </varlistentry>
+            </variablelist>
+          </refsect3>
         </listitem>
       </varlistentry>
 


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