@@ -33,8 +33,8 @@ static GOptionEntry entries[] =
3333 { "timeout" , 't' , 0 , G_OPTION_ARG_INT , & timeout , "The time in milliseconds until the notification expires" , "TIMEOUT" },
3434 { "icon" , 'i' , 0 , G_OPTION_ARG_STRING , & icon , "An icon that should be displayed with the notification" , "ICON" },
3535 { "raw_icon" , 'I' , 0 , G_OPTION_ARG_STRING , & raw_icon_path , "Path to the icon to be sent as raw image data" , "RAW_ICON" },
36- { "category" , 0 , 0 , G_OPTION_ARG_STRING , & category , "The category of this notification" , "TYPE" },
37- { "capabilities" , 'c' , 0 , G_OPTION_ARG_NONE , & capabilities , "Print the server capabilities and exit" , NULL },
36+ { "category" , 'c' , 0 , G_OPTION_ARG_STRING , & category , "The category of this notification" , "TYPE" },
37+ { "capabilities" , 0 , 0 , G_OPTION_ARG_NONE , & capabilities , "Print the server capabilities and exit" , NULL },
3838 { "serverinfo" , 's' , 0 , G_OPTION_ARG_NONE , & serverinfo , "Print server information and exit" , NULL },
3939 { "printid" , 'p' , 0 , G_OPTION_ARG_NONE , & printid , "Print id, which can be used to update/replace this notification" , NULL },
4040 { "replace" , 'r' , 0 , G_OPTION_ARG_INT , & replace_id , "Set id of this notification." , "ID" },
0 commit comments