Signed-off-by: Tiago Vignatti <[email protected]>
---
 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

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to