diff --git a/dotdrop/dotdrop.py b/dotdrop/dotdrop.py index bc84824..f00fef5 100644 --- a/dotdrop/dotdrop.py +++ b/dotdrop/dotdrop.py @@ -446,7 +446,7 @@ def main(): elif o.cmd_detail: # detail files if o.debug: - LOG.dbg('running cmd: update') + LOG.dbg('running cmd: detail') cmd_detail(o) except KeyboardInterrupt: