Re-order no_splice and sparse_output relative to other flags to more closely match the order they appear in the manual.

This commit is contained in:
Andrew Wood
2025-10-15 23:23:16 +01:00
parent a40bdfb55f
commit 972f8b7df8
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -88,8 +88,8 @@ struct opts_s {
bool no_splice; /* flag set if never to use splice */
bool stop_at_size; /* set if we stop at "size" bytes */
bool sync_after_write; /* set if we sync after every write */
bool sparse_output; /* set if we leave holes in the output */
bool direct_io; /* set if O_DIRECT is to be used */
bool sparse_output; /* set if we leave holes in the output */
bool discard_input; /* set to write nothing to output */
bool show_stats; /* set to write statistics at the end */
bool width_set_manually; /* width was set manually, not detected */