1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-10-30 03:28:38 -05:00

launchctl: fix usage string

This commit is contained in:
Bill Zissimopoulos
2016-05-13 10:24:12 -07:00
parent 8ccd44a1f7
commit 0756649572

View File

@@ -56,8 +56,8 @@ static void usage(void)
"commands:\n"
" start ClassName InstanceName Args...\n"
" stop ClassName InstanceName\n"
" list\n"
" info ClassName InstanceName\n",
" info ClassName InstanceName\n"
" list\n",
PROGNAME);
}