From a6358e81b36da84376a6b69765abc865bde6260f Mon Sep 17 00:00:00 2001 From: cooperdk <564150+cooperdk@users.noreply.github.com> Date: Wed, 24 Feb 2021 04:51:19 +0100 Subject: [PATCH] Added a symbol representation of performed actions, and a CLI argument to display what each symbol means --- flatten.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatten.py b/flatten.py index fbce224..659a587 100644 --- a/flatten.py +++ b/flatten.py @@ -129,7 +129,7 @@ def checkSubFolders (directory: str, root: str): def printhelp (): # Prints a help text - print("FLATTEN v0.7.2") + print("FLATTEN v0.7.5") print("==============") print("") print("A utility to flatten adult video scene directories")