In dump_help, fixed help output of the dump command to correspond with the rest of the response.
Signed-off-by: Perry Huang <[email protected]> --- ibsim/sim_cmd.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ibsim/sim_cmd.c b/ibsim/sim_cmd.c index 6d3a893..2da8c28 100644 --- a/ibsim/sim_cmd.c +++ b/ibsim/sim_cmd.c @@ -799,7 +799,7 @@ static int dump_help(FILE * f) fprintf(f, "sim> Commands:\n"); fprintf(f, "\t!<filename> - run commands from the file\n"); fprintf(f, "\tStart network\n"); - fprintf(f, "\tDump [nodeid] (def all network)\n"); + fprintf(f, "\tDump [\"nodeid\"] : dump node information in network\n"); fprintf(f, "\tRoute <from-lid> <to-lid>\n"); fprintf(f, "\tLink \"nodeid\"[port] \"remoteid\"[port]\n"); fprintf(f, "\tReLink \"nodeid\" : restore previously unconnected link(s) of the node\n"); -- 1.7.1-- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
