wangzhengquan
2021-02-20 b5ae34d4422399c5d5458d071cca8c9bc89d20bb
shm_util/shm_util.cpp
@@ -1,3 +1,6 @@
/**
 * 查看与移出key的工具
 */
#include <assert.h>
#include "net_mod_server_socket_wrapper.h"
#include "net_mod_socket_wrapper.h"
@@ -10,7 +13,7 @@
static void usage(const char *name) {
   printf("Usage: %s {list}\n", name);
   printf("Usage: %s {list | rm ...}\n", name);
}