]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/tools/lxc_copy.c
tools: move --rcfile to the common options list
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 12 Aug 2016 10:21:22 +0000 (12:21 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 17 Aug 2016 14:27:23 +0000 (16:27 +0200)
commit50b737a3c6d0b93d4c4264c8364e61f578256499
tree97168b692f0a18bad0cdb8b17bc28a448790fa2f
parent91e7dd57a0d5edf5313f68774ed7ffc22e258104
tools: move --rcfile to the common options list

In almost all commands it's a useful addition to the -n
switch which is a common option, too.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
14 files changed:
src/lxc/arguments.c
src/lxc/arguments.h
src/lxc/tools/lxc_cgroup.c
src/lxc/tools/lxc_checkpoint.c
src/lxc/tools/lxc_console.c
src/lxc/tools/lxc_copy.c
src/lxc/tools/lxc_destroy.c
src/lxc/tools/lxc_device.c
src/lxc/tools/lxc_freeze.c
src/lxc/tools/lxc_info.c
src/lxc/tools/lxc_snapshot.c
src/lxc/tools/lxc_stop.c
src/lxc/tools/lxc_unfreeze.c
src/lxc/tools/lxc_wait.c