Skip to content

Commit 018eceb

Browse files
committed
ENH: nib-diff Field/File not just Field in the header
1 parent cd5a741 commit 018eceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/cmdline/diff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def display_diff(files, diff):
217217
value_width = "{:<55}"
218218

219219
output += "These files are different.\n"
220-
output += field_width.format('Field')
220+
output += field_width.format('Field/File')
221221

222222
for i, f in enumerate(files, 1):
223223
output += "%d:%s" % (i, value_width.format(os.path.basename(f)))

0 commit comments

Comments
 (0)