revid-cli: fixed grammatical error in comment

This commit is contained in:
saxon 2018-09-19 22:20:48 +09:30
parent 03f56dba2c
commit 4d58f45368
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ func handleFlags() {
logger = smartlogger.New(defaultLogVerbosity, logPath)
// FIXME (saxon): if we store a logger that keeps track of verbosity, we don't
// don't the verbosity var in the config
// need the verbosity var in the config
switch *configFlags[verbosityPtr] {
case "Debug":
config.Verbosity = smartlogger.Debug