diff options
-rw-r--r-- | pym/gentoolkit/eclean/cli.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/gentoolkit/eclean/cli.py b/pym/gentoolkit/eclean/cli.py index 52ddf2a..94f87f4 100644 --- a/pym/gentoolkit/eclean/cli.py +++ b/pym/gentoolkit/eclean/cli.py @@ -623,6 +623,7 @@ def doAction(action, options, exclude={}, output=None): elif not options["quiet"]: output.einfo("Your " + action + " directory was already clean.") if saved and not options["quiet"]: + verb = "would be" print() print( pp.emph(" The following ") |