Skip to content

Commit 01e2f78

Browse files
committed
update kFixedArguments
1 parent ea041d6 commit 01e2f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/bigtable/examples/bigtable_examples_common.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Commands::value_type MakeCommandEntry(std::string const& name,
133133
std::vector<std::string> const& args,
134134
ClientCommandType const& function) {
135135
auto command = [=](std::vector<std::string> argv) {
136-
auto constexpr kFixedArguments = 1;
136+
auto constexpr kFixedArguments = 0;
137137
if ((argv.size() == 1 && argv[0] == "--help") ||
138138
argv.size() != args.size() + kFixedArguments) {
139139
std::ostringstream os;

0 commit comments

Comments
 (0)