]> git.ipfire.org Git - thirdparty/util-linux.git/blame - login-utils/runuser.c
su: change error message
[thirdparty/util-linux.git] / login-utils / runuser.c
CommitLineData
7ec6adb1
KZ
1
2#include "su-common.h"
3
47b014f7 4int main(int argc, char **argv)
7ec6adb1 5{
47b014f7 6 return su_main(argc, argv, RUNUSER_MODE);
7ec6adb1 7}