mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Remove obsolete comment.
This commit is contained in:
parent
b1ae6dd731
commit
8582d392ba
1 changed files with 0 additions and 1 deletions
|
@ -867,7 +867,6 @@ message_help(bool long_help)
|
||||||
puts(_("\nWith no FILE, or when FILE is -, read standard input.\n"));
|
puts(_("\nWith no FILE, or when FILE is -, read standard input.\n"));
|
||||||
|
|
||||||
if (long_help) {
|
if (long_help) {
|
||||||
// We use PRIu64 instead of %zu to support pre-C99 libc.
|
|
||||||
my_printf(_(
|
my_printf(_(
|
||||||
"On this system and configuration, the tool will use at maximum of\n"
|
"On this system and configuration, the tool will use at maximum of\n"
|
||||||
" * roughly %'" PRIu64 " MiB RAM for compression;\n"
|
" * roughly %'" PRIu64 " MiB RAM for compression;\n"
|
||||||
|
|
Loading…
Reference in a new issue