Skip to content

Commit

Permalink
fixing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiebrissow committed Jan 29, 2025
1 parent 144a7e2 commit 0ec451a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/cpp/main/link_creation_agent_client_main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,7 @@ void ctrl_c_handler(int) {
exit(0);
}

/**
* @brief Main function
* Reads the config file and starts the DAS NODE client/server
* @param argc Number of arguments
* @param argv Arguments
* @returns Returns 0 if the program runs successfully
*/

int main(int argc, char* argv[]) {
string help = R""""(
Usage: link_creation_agent CLIENT_HOST:CLIENT_PORT SERVER_HOST:SERVER_PORT REQUEST+
Expand Down

0 comments on commit 0ec451a

Please sign in to comment.