X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Futils%2Fllverdev.c;h=18f7eb5dd676a0adff70f5966936acf80723c18c;hp=54e3499d46e928698cf33959196581389d2a4285;hb=38e6ee6fb779c34c7ef3eb4a010332385b3b84c1;hpb=fb291dbf72ecd32847f1499776a441126f28e9bf diff --git a/lustre/utils/llverdev.c b/lustre/utils/llverdev.c index 54e3499..18f7eb5 100644 --- a/lustre/utils/llverdev.c +++ b/lustre/utils/llverdev.c @@ -492,8 +492,8 @@ int main(int argc, char **argv) case 'c': chunksize = (strtoul(optarg, NULL, 0) * ONE_MB); if (!chunksize) { - fprintf(stderr, "%s: chunk size value should be" - "nonzero and multiple of 1MB\n", + fprintf(stderr, + "%s: chunk size value should be nonzero and multiple of 1MB\n", progname); return -1; }