mirror of
https://github.com/restic/restic.git
synced 2025-08-14 06:29:28 +00:00
restorer: only show size in text output for files
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user