X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Futils%2Fobd.c;h=db5bc123f71f69960548809268bf27fa5ee7742d;hp=1e346547c064c2fc942d60d0938554134702e97a;hb=38e6ee6fb779c34c7ef3eb4a010332385b3b84c1;hpb=fb291dbf72ecd32847f1499776a441126f28e9bf diff --git a/lustre/utils/obd.c b/lustre/utils/obd.c index 1e34654..db5bc12 100644 --- a/lustre/utils/obd.c +++ b/lustre/utils/obd.c @@ -1247,8 +1247,7 @@ int jt_obd_md_common(int argc, char **argv, int cmd) } if (stripe_count == 0 && stripe_index != -1) { - fprintf(stderr, "If stripe_count is 0, stripe_index can not" - "be specified\n"); + fprintf(stderr, "If stripe_count is 0, stripe_index can not be specified\n"); return CMD_HELP; } @@ -1282,8 +1281,8 @@ int jt_obd_md_common(int argc, char **argv, int cmd) if (parent_basedir == NULL) { char *last_lash; if (name == NULL) { - fprintf(stderr, "parent_basedir or name must be" - "indicated!\n"); + fprintf(stderr, + "parent_basedir or name must be indicated!\n"); return CMD_HELP; } /*Get directory and name from name*/