From 3de46e265b992d93ed8e895399fc1c823df905cc Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Wed, 2 Jul 2008 05:15:06 +0000 Subject: [PATCH] I guess this is what raster meant. SVN revision: 34976 --- src/bin/e_ipc_handlers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_ipc_handlers.h b/src/bin/e_ipc_handlers.h index cda84fe1f..f3ffc26f3 100644 --- a/src/bin/e_ipc_handlers.h +++ b/src/bin/e_ipc_handlers.h @@ -6749,7 +6749,7 @@ break; /****************************************************************************/ #define HDL E_IPC_OP_DEFAULT_ENGINE_SET #if (TYPE == E_REMOTE_OPTIONS) - OP("-default-engine-set", 1, "Set the default rendering engine to OPT1 (SOFTWARE or XRENDER or /usr/local/bin/enlightenment_start)", 0, HDL) + OP("-default-engine-set", 1, "Set the default rendering engine to OPT1 (SOFTWARE, SOFTWARE_16 or XRENDER)", 0, HDL) #elif (TYPE == E_REMOTE_OUT) REQ_INT_START(HDL) int value = 0;