fix -profile-del
authorjcwong <jcwong>
Tue, 18 Oct 2005 05:44:38 +0000 (05:44 +0000)
committerjcwong <jcwong@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 18 Oct 2005 05:44:38 +0000 (05:44 +0000)
SVN revision: 17647

src/bin/e_ipc_handlers.h

index dbfb935..fa814bc 100644 (file)
@@ -6456,7 +6456,7 @@ break;
 /****************************************************************************/
 #define HDL E_IPC_OP_PROFILE_DEL
 #if (TYPE == E_REMOTE_OPTIONS)
-   OP("-profile-add", 1, "Delete profile named OPT1", 0, HDL)
+   OP("-profile-del", 1, "Delete profile named OPT1", 0, HDL)
 #elif (TYPE == E_REMOTE_OUT)
    REQ_STRING(params[0], HDL);
 #elif (TYPE == E_WM_IN)