Rename "null" state boolean to "null_terminated_lines" so it is more descriptive and less confusing.
This commit is contained in:
@@ -34,7 +34,7 @@ struct opts_s { /* structure describing run-time options */
|
||||
bool numeric; /* numeric output only */
|
||||
bool wait; /* wait for transfer before display */
|
||||
bool linemode; /* count lines instead of bytes */
|
||||
bool null; /* lines are null-terminated */
|
||||
bool null_terminated_lines; /* lines are null-terminated */
|
||||
bool no_display; /* do nothing other than pipe data */
|
||||
unsigned long long rate_limit; /* rate limit, in bytes per second */
|
||||
unsigned long long buffer_size;/* buffer size, in bytes (0=default) */
|
||||
|
||||
Reference in New Issue
Block a user