From f7a3f82b736a2ec075dcf3c94e227149f1ccbd7f Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Thu, 14 Mar 2019 21:28:50 +0100 Subject: [PATCH] typo --- dotdrop/dotdrop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: