Skip to content

Commit a271887

Browse files
author
magnus.blaudd@oracle.com
committed
Bug #11755737 NDB_SELECT_COUNT USAGE DOES NOT SAY WHERE THE TABLE NAMES GO
- pass extra help text to ndb_short_usage_sub()
1 parent 3483958 commit a271887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/ndb/tools/select_count.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ static struct my_option my_long_options[] =
5656

5757
static void short_usage_sub(void)
5858
{
59-
ndb_short_usage_sub(NULL);
59+
ndb_short_usage_sub("<table name>[, <table name>[, ...]]");
6060
}
6161

6262
static void usage()

0 commit comments

Comments
 (0)