bus-util: print "systemctl --user" on user service manager
authorWaLyong Cho <walyong.cho@samsung.com>
Tue, 29 Dec 2015 05:15:04 +0000 (14:15 +0900)
committerWaLyong Cho <walyong.cho@samsung.com>
Thu, 14 Jan 2016 06:33:43 +0000 (15:33 +0900)
commit10ba4835042c9815a755f8faa774651ec3d52467
tree18a9db9b28a8d695ea843a1a73163adb17ce1e48
parent8ec46f55e5d615696b013e6325b19af441fdd187
bus-util: print "systemctl --user" on user service manager

When a unit was started with "systemctl --user" and it failed, error
messages is printed as "systemctl status". But it should be "systemctl
--user status".
src/machine/machinectl.c
src/shared/bus-util.c
src/shared/bus-util.h
src/systemctl/systemctl.c