| 36 | using namespace std; |
| 37 | |
| 38 | void ShowUsage(const char *proc) { |
| 39 | printf("\t%s -f <global_config_path> -t <topic_id> -p <pub_id> -u <uin> [-r](retry_switch_store)\n", proc); |
| 40 | } |
| 41 | |
| 42 | int main(int argc, char ** argv) { |
| 43 | const char *global_config_path = nullptr; |