Skip to content

Commit f29cf62

Browse files
committed
DOC: mention that -c reports 0s if -z
1 parent 0851f93 commit f29cf62

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
@@ -156,7 +156,7 @@ def get_opt_parser():
156156

157157
Option("-z", "--zeros",
158158
action="store_true", dest='stats_zeros', default=False,
159-
help="Include zeros into output basic data statistics (--stats)"),
159+
help="Include zeros into output basic data statistics (--stats, --counts)"),
160160
])
161161

162162
return p

0 commit comments

Comments
 (0)