]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
more fixes from review
authorJosef Reidinger <jreidinger@suse.cz>
Tue, 26 May 2015 10:22:45 +0000 (12:22 +0200)
committerJosef Reidinger <jreidinger@suse.cz>
Tue, 26 May 2015 10:22:45 +0000 (12:22 +0200)
client/snapper.cc
doc/snapper.xml.in

index 00f2c91b3ce8020c94928492402bd853d4106fed..aad9522629ea9981fa5c160fc62442fc7c946876 100644 (file)
@@ -202,10 +202,6 @@ help_list_configs()
 {
     cout << _("  List configs:") << endl
         << _("\tsnapper list-configs") << endl
-         << endl
-         << _("    Options for 'list-configs' command:") << endl
-         << _("\t--target-root, -r <path>\tRead configuration from target root (works only without dbus).") << endl
-
         << endl;
 }
 
index 5e09c4f4bae5b9cc64f2722e74e52802a09a14b6..82fc8f5995328fd982d069bdb7b40a3be9be7911 100644 (file)
        </listitem>
       </varlistentry>
       <varlistentry>
-       <term><option>-c, --root <replaceable>path</replaceable></option></term>
+       <term><option>-r, --root <replaceable>path</replaceable></option></term>
        <listitem>
          <para>Operate on target root. Only works together with no-dbus and only for some commands.</para>
        </listitem>