diff options
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/AppMain.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/AppMain.cxx b/cli/AppMain.cxx index 0546aab..6719c19 100644 --- a/cli/AppMain.cxx +++ b/cli/AppMain.cxx @@ -55,7 +55,7 @@ int main(int argc, char** argv) return; } - std::cout << "btb: Building: " << index_path << std::endl; + std::cout << "btb: building: " << index_path << std::endl; if (builder && !builder->Build(index_path.size(), index_path.c_str())) { |
