[Pkg-libvirt-commits] [libguestfs] 31/146: btrfs: correct words about subvolume and snapshot

Hilko Bengen bengen at moszumanska.debian.org
Sun Mar 29 17:00:10 UTC 2015


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch master
in repository libguestfs.

commit a054a387664cace3e72a39763a73702716d93e6a
Author: Hu Tao <hutao at cn.fujitsu.com>
Date:   Fri Nov 21 13:17:55 2014 +0800

    btrfs: correct words about subvolume and snapshot
    
    btrfs_subvolume_create creates only subvolumes. btrfs_subvolume_delete
    deletes subvolumes or snapshots.
    
    Signed-off-by: Hu Tao <hutao at cn.fujitsu.com>
    (cherry picked from commit 5a84407f574be6a0b22781272156c25cf5a75413)
---
 generator/actions.ml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/generator/actions.ml b/generator/actions.ml
index 89332f5..fe492e6 100644
--- a/generator/actions.ml
+++ b/generator/actions.ml
@@ -10248,19 +10248,19 @@ of the snapshot, in the form C</path/to/dest/name>." };
          ["btrfs_subvolume_create"; "/test1"];
          ["btrfs_subvolume_delete"; "/test1"]]), []
     ];
-    shortdesc = "delete a btrfs snapshot";
+    shortdesc = "delete a btrfs subvolume or snapshot";
     longdesc = "\
-Delete the named btrfs subvolume." };
+Delete the named btrfs subvolume or snapshot." };
 
   { defaults with
     name = "btrfs_subvolume_create";
     style = RErr, [Pathname "dest"], [];
     proc_nr = Some 324;
     optional = Some "btrfs"; camel_name = "BTRFSSubvolumeCreate";
-    shortdesc = "create a btrfs snapshot";
+    shortdesc = "create a btrfs subvolume";
     longdesc = "\
 Create a btrfs subvolume.  The C<dest> argument is the destination
-directory and the name of the snapshot, in the form C</path/to/dest/name>." };
+directory and the name of the subvolume, in the form C</path/to/dest/name>." };
 
   { defaults with
     name = "btrfs_subvolume_list";

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list