[PATCH 14/15] os: rename and document -pogo option
Tiago Vignatti
tiago.vignatti at nokia.com
Thu Oct 28 07:17:09 PDT 2010
Signed-off-by: Tiago Vignatti <tiago.vignatti at nokia.com>
---
os/utils.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/os/utils.c b/os/utils.c
index 2f6eb0c..6a70509 100644
--- a/os/utils.c
+++ b/os/utils.c
@@ -517,6 +517,7 @@ void UseMsg(void)
ErrorF("-dumbSched Disable smart scheduling, enable old behavior\n");
ErrorF("-schedInterval int Set scheduler interval in msec\n");
ErrorF("-sigstop Enable SIGSTOP based startup\n");
+ ErrorF("-shutdown Shutdown the server just after start (for benchmark and debugging)\n");
ErrorF("-enableext name Enable extension\n");
ErrorF("-disableext name Disable extension\n");
#ifdef XDMCP
@@ -772,7 +773,7 @@ ProcessCommandLine(int argc, char *argv[])
else
UseMsg();
}
- else if (strcmp(argv[i], "-pogo") == 0)
+ else if (strcmp(argv[i], "-shutdown") == 0)
{
dispatchException = DE_TERMINATE;
}
--
1.7.0.4
More information about the xorg-devel
mailing list