Skip to content

Commit 2f613fb

Browse files
committed
RF: use "all" not "*" to signal all header fields
1 parent 036a96f commit 2f613fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/nib-ls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def proc_file(f, opts):
186186

187187
if opts.header_fields:
188188
# signals "all fields"
189-
if opts.header_fields == '*':
189+
if opts.header_fields == 'all':
190190
# TODO: might vary across file types, thus prior sensing would be needed
191191
header_fields = h.keys()
192192
else:

0 commit comments

Comments
 (0)