diff options
author | Osier Yang <jyang@redhat.com> | 2012-07-23 14:23:00 +0800 |
---|---|---|
committer | Osier Yang <jyang@redhat.com> | 2012-07-26 12:00:43 +0800 |
commit | 648ad2471b375e0876bab80ba83f562801bb38eb (patch) | |
tree | bca8d35533b5ba23beeaf8377b6e1125451c326b /po | |
parent | virsh: Split cmds to manage secret from virsh.c (diff) | |
download | libvirt-648ad2471b375e0876bab80ba83f562801bb38eb.tar.gz libvirt-648ad2471b375e0876bab80ba83f562801bb38eb.tar.bz2 libvirt-648ad2471b375e0876bab80ba83f562801bb38eb.zip |
virsh: Split cmds to manage domain snapshot from virsh.c
Commands to manage domain snapshot are moved from virsh.c to
virsh-snapshot.c.
* virsh.c: Remove domain snapshot commands.
* virsh-snapshot.c: New file, filled with domain snapshot commands.
* po/POTFILES.in: Add virsh-snapshot.c
* cfg.mk: Skip strcase and config.h including checking for
virsh-snapshot.c
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 76357ce6f..7c1efb5ed 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -185,6 +185,7 @@ tools/virsh-network.c tools/virsh-nwfilter.c tools/virsh-pool.c tools/virsh-secret.c +tools/virsh-snapshot.c tools/virsh-volume.c tools/virt-host-validate-common.c tools/virt-host-validate-lxc.c |