summaryrefslogtreecommitdiffstats
path: root/disk-utils/isosize.c
diff options
context:
space:
mode:
Diffstat (limited to 'disk-utils/isosize.c')
-rw-r--r--disk-utils/isosize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/disk-utils/isosize.c b/disk-utils/isosize.c
index 7a8d71301..4ba34d550 100644
--- a/disk-utils/isosize.c
+++ b/disk-utils/isosize.c
@@ -158,7 +158,7 @@ static void __attribute__((__noreturn__)) usage(FILE *out)
program_invocation_short_name);
fprintf(out, _("\nOptions:\n"
- " -d, --divisor=NUM devide bytes NUM\n"
+ " -d, --divisor=NUM divide bytes NUM\n"
" -x, --sectors show sector count and size\n"
" -V, --version output version information and exit\n"
" -H, --help display this help and exit\n\n"));