• L
    virsh: Make 'exit' action same as 'quit' · cc7e1503
    Li Yang 提交于
    For now 'virsh quit' action like this:
    --------------------------------
    [root@localhost /]# virsh quit
    [root@localhost /]#
    --------------------------------
    And 'virsh exit' action:
    --------------------------------
    [root@localhost /]# virsh exit
    
    [root@localhost /]#
    --------------------------------
    There is a small difference('/n') between them.
    According to manual said:
           quit, exit
               quit this interactive terminal
    
    And in the code they all called cmdQuit func,
    They should get same actions.
    Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
    cc7e1503
virsh.c 94.8 KB