summaryrefslogtreecommitdiffstats
path: root/misc-utils/wipefs.c
diff options
context:
space:
mode:
authorKarel Zak2012-05-15 17:44:37 +0200
committerKarel Zak2012-05-15 17:44:37 +0200
commitdb41a4298f0719d7197e073b281ce9d36ed02820 (patch)
tree2b2f05c7946b31d0da94d9824b90f34ad375f25b /misc-utils/wipefs.c
parentsulogin: cleanup strtoxx_or_err() (diff)
downloadkernel-qcow2-util-linux-db41a4298f0719d7197e073b281ce9d36ed02820.tar.gz
kernel-qcow2-util-linux-db41a4298f0719d7197e073b281ce9d36ed02820.tar.xz
kernel-qcow2-util-linux-db41a4298f0719d7197e073b281ce9d36ed02820.zip
misc-utils: cleanup strtoxx_or_err()
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils/wipefs.c')
-rw-r--r--misc-utils/wipefs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc-utils/wipefs.c b/misc-utils/wipefs.c
index c751c3ac6..e0ced2f69 100644
--- a/misc-utils/wipefs.c
+++ b/misc-utils/wipefs.c
@@ -407,7 +407,7 @@ main(int argc, char **argv)
break;
case 'o':
wp0 = add_offset(wp0, strtosize_or_err(optarg,
- _("failed to parse offset")), 1);
+ _("invalid offset argument")), 1);
has_offset++;
break;
case 'p':