packages/cli: cmd_clean(): reword output
This commit is contained in:
parent
c12b702383
commit
4fc45bf098
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ def cmd_clean(what: Iterable[str] = ['all'], force: bool = False, noop: bool = F
|
|||
|
||||
dir_lines = '\n'.join(dirs)
|
||||
verb = 'Would remove' if noop else 'Removing'
|
||||
logging.info(verb + ' directories:\n' + dir_lines)
|
||||
logging.info(verb + ':\n' + dir_lines)
|
||||
|
||||
if not (noop or force):
|
||||
if not click.confirm("Really remove all of these?", default=True):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue