Re: [lxc-devel] [PATCH] fix lxc-attach usage

2013-04-15 Thread Serge Hallyn
Quoting Dwight Engen (dwight.en...@oracle.com): > This makes it match the manpage and be consistent with lxc-execute > > Signed-off-by: Dwight Engen Acked-by: Serge E. Hallyn > --- > src/lxc/lxc_attach.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/lxc/lxc

[lxc-devel] [PATCH] fix lxc-attach usage

2013-04-15 Thread Dwight Engen
This makes it match the manpage and be consistent with lxc-execute Signed-off-by: Dwight Engen --- src/lxc/lxc_attach.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lxc/lxc_attach.c b/src/lxc/lxc_attach.c index 77039fb..e5619df 100644 --- a/src/lxc/lxc_attach.c +++