Unverified Commit e9f47260 authored by Jin Hai's avatar Jin Hai Committed by GitHub
Browse files

Fix compile (#1816)



* Update CHANGELOG.md

Signed-off-by: default avatarjinhai <hai.jin@zilliz.com>

* Update

Signed-off-by: default avatarjinhai <hai.jin@zilliz.com>

* Update

Signed-off-by: default avatarjinhai <hai.jin@zilliz.com>
parent 333d0a96
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -26,10 +26,10 @@ void
print_help(const std::string& app_name) {
    std::cout << std::endl << "Usage: " << app_name << " [OPTIONS]" << std::endl << std::endl;
    std::cout << "  Options:" << std::endl;
    std::cout << "   -h --help                 Print this help" << std::endl;
    std::cout << "   -c --conf_file filename   Read configuration from the file" << std::endl;
    std::cout << "   -d --daemon               Daemonize this application" << std::endl;
    std::cout << "   -p --pid_file  filename   PID file used by daemonized app" << std::endl;
    std::cout << "   -h --help                 Print this help." << std::endl;
    std::cout << "   -c --conf_file filename   Read configuration from the file." << std::endl;
    std::cout << "   -d --daemon               Daemonize this application." << std::endl;
    std::cout << "   -p --pid_file  filename   PID file used by daemonized app." << std::endl;
    std::cout << std::endl;
}