1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 20:19:46 +00:00
This commit is contained in:
deadc0de6
2019-03-14 21:28:50 +01:00
parent 7baa338d75
commit f7a3f82b73

View File

@@ -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: