From 6876d22707ec314dc1e79f1ba4b3e206299fb93a Mon Sep 17 00:00:00 2001 From: Fabien Thomas Date: Mon, 21 Aug 2006 09:49:42 +0000 Subject: [PATCH] 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 --- exec/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exec/main.c b/exec/main.c index a68724c0..b24191b8 100644 --- a/exec/main.c +++ b/exec/main.c @@ -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; } }