You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (numstdin==1&&nbinodes==-1&&bytes_per_inode==-1)
3855
-
fprintf(stderr, "Cannot count the required inodes for input from stdin -- use the -N or -i options to set the number of inodes or work with temporary files.");
3855
+
fprintf(stderr, "Cannot count the required inodes for input from stdin -- use the -N or -i options to set the number of inodes or work with temporary files.\n");
3856
3856
if (numstdin>1)
3857
3857
error_msg_and_die("only one input can come from stdin");
3858
3858
3859
3859
if(fsin)
3860
3860
{
3861
-
fprintf(stderr, "starting from existing image %s", fsin);
3861
+
fprintf(stderr, "starting from existing image %s\n", fsin);
0 commit comments