Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
fix

Co-authored-by: Dan Wang <[email protected]>
  • Loading branch information
GehaFearless and empiredan authored Dec 22, 2022
1 parent db5bc31 commit 98c2d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shell/commands/table_management.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ bool create_app(command_executor *e, shell_context *sc, arguments args)
{
static struct option long_options[] = {{"partition_count", required_argument, 0, 'p'},
{"replica_count", required_argument, 0, 'r'},
{"fail_if_exist", no_argument, 0, 's'},
{"fail_if_exist", no_argument, 0, 'f'},
{"envs", required_argument, 0, 'e'},
{0, 0, 0, 0}};

Expand Down

0 comments on commit 98c2d58

Please sign in to comment.