Skip to content

Commit

Permalink
Fixed usage message
Browse files Browse the repository at this point in the history
  • Loading branch information
jjr840430 authored and ronaldtse committed Dec 19, 2017
1 parent ebf12e3 commit ae529f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/retrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ usage(void)
{
fprintf(stderr, "Usage: retrace [options] <command line>\n"
"[options]:\n"
"\t--lib <library path> The path of libretrace.so library\n"
"\t--config <config path> The path of configuration\n");
"\t--lib <library path> The path of '%s' library\n"
"\t--config <config path> The path of configuration\n",
RETRACE_LIB_NAME);
exit(1);
}

Expand Down

0 comments on commit ae529f4

Please sign in to comment.