diff options
Diffstat (limited to 'src/split.c')
| -rw-r--r-- | src/split.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/split.c b/src/split.c index 45c24aaa4..d1a0e0d54 100644 --- a/src/split.c +++ b/src/split.c @@ -126,13 +126,8 @@ Mandatory arguments to long options are mandatory for short options too.\n\ "), stdout); fputs (HELP_OPTION_DESCRIPTION, stdout); fputs (VERSION_OPTION_DESCRIPTION, stdout); - fputs (_("\ -\n\ -SIZE may have a multiplier suffix:\n\ -b 512, kB 1000, K 1024, MB 1000*1000, M 1024*1024,\n\ -GB 1000*1000*1000, G 1024*1024*1024, and so on for T, P, E, Z, Y.\n\ -"), stdout); - emit_bug_reporting_address (); + emit_size_note (); + emit_ancillary_info (); } exit (status); } |
