Skip to content

Commit

Permalink
Update tutorial-13-kafka_cli.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
wzl12356 authored Oct 17, 2021
1 parent a5e3ada commit c60d20c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorial/tutorial-13-kafka_cli.cc
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ int main(int argc, char *argv[])
{
if (argc < 3)
{
fprintf(stderr, "USAGE: %s url [p/c/m]\n", argv[0]);
fprintf(stderr, "USAGE: %s url <p/c> [compress_type/d]\n", argv[0]);
exit(1);
}

Expand Down Expand Up @@ -259,7 +259,7 @@ int main(int argc, char *argv[])
}
else
{
fprintf(stderr, "USAGE: %s url [p/c/m]\n", argv[0]);
fprintf(stderr, "USAGE: %s url <p/c> [compress_type/d]\n", argv[0]);
exit(1);
}

Expand Down

0 comments on commit c60d20c

Please sign in to comment.