Skip to content

Commit c3299f0

Browse files
author
Stéphane Leduc
committed
fix: verbose mode disabled by default
1 parent 5613bb2 commit c3299f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CmdOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ class CmdOptions
326326
std::string m_applicationName = "";
327327
bool m_ignoreCache;
328328
bool m_invertRepositoryOrder = false;
329-
bool m_verbose;
329+
bool m_verbose = false;
330330
bool m_recurse;
331331
bool m_regex = false;
332332
bool m_tree = false;

0 commit comments

Comments
 (0)