Skip to content

Commit

Permalink
Make it clear the initial resize is for the current MacOS partition
Browse files Browse the repository at this point in the history
  • Loading branch information
autoreddito committed Mar 18, 2022
1 parent 10e5791 commit 7de7ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Expand Up @@ -547,7 +547,7 @@ def action_resize(self, resizable):

assert free > min_free

p_message(f"Resizing: {target.desc}")
p_message(f"Resizing: {target.desc}. This is going to be the new size of the main MacOS disk.")
p_info(f" Total size: {col()}{ssize(total)}")
p_info(f" Free space: {col()}{ssize(free)}")
p_info(f" Minimum free space: {col()}{ssize(min_free)}")
Expand Down

0 comments on commit 7de7ca7

Please sign in to comment.