Whamcloud - gitweb
LU-14265 utils: allow 'lfs mkdir' without arguments
[fs/lustre-release.git] / lustre / utils / llverdev.c
index 54e3499..18f7eb5 100644 (file)
@@ -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;
                        }