Skip to content

Commit 3ae5b6f

Browse files
committed
empty-bin: update phrasing for skipped containers
1 parent f39de0f commit 3ae5b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

empty-bin.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ local function emptyContainer(container)
2121
local itemType = item:getType()
2222
local skip = not options.force and (itemType == df.item_type.LIQUID_MISC or itemType == df.item_type.DRINK or itemType == df.item_type.POWDER_MISC)
2323
if skip then
24-
print(' ' .. dfhack.items.getReadableDescription(item) .. ' was skipped because the --force flag was not provided')
24+
print(' ' .. dfhack.items.getReadableDescription(item) .. ' was skipped (use --force to override)')
2525
else
2626
print(' ' .. dfhack.items.getReadableDescription(item))
2727
dfhack.items.moveToGround(item, pos)

0 commit comments

Comments
 (0)