]> git.ipfire.org Git - thirdparty/util-linux.git/commit
fallocate: fix error message
authorKarel Zak <kzak@redhat.com>
Tue, 25 Aug 2015 13:34:09 +0000 (15:34 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 25 Aug 2015 13:34:09 +0000 (15:34 +0200)
commit049bfa066c8063585a8b685a059dd2a19f25b99c
tree30f05aee20bd1a1c7ec74134fa15149a8d8f3e88
parent0e58e16936c3e0d98e43efec7ec17d25e82425a7
fallocate: fix error message

FALLOC_FL_KEEP_SIZE flag is generic and used in many situations,
"-n" in the error message does not make sense.

Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1146152
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/fallocate.c