restorer: only show size in text output for files

This commit is contained in:
Michael Eischer
2024-07-20 12:46:28 +02:00
parent 4f4598a1e3
commit 59c880fce3
5 changed files with 9 additions and 3 deletions

View File

@@ -52,6 +52,8 @@ func (t *jsonPrinter) CompleteItem(messageType ItemAction, item string, size uin
action = "restored"
case ActionFileRestored:
action = "restored"
case ActionOtherRestored:
action = "restored"
case ActionFileUpdated:
action = "updated"
case ActionFileUnchanged: