doc was not updated when switching command line options to lowercase

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1222 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Fabien Thomas 2006-08-21 09:49:42 +00:00
parent d4e4f10df1
commit 6876d22707

View File

@ -397,8 +397,8 @@ int main (int argc, char **argv)
default:
fprintf(stderr, \
"usage:\n"\
" -F : Start application in foreground.\n"\
" -P : Do not set process priority. \n");
" -f : Start application in foreground.\n"\
" -p : Do not set process priority. \n");
return EXIT_FAILURE;
}
}