* cygcheck.cc (dump_sysinfo): In legend for drive-list: Add ``ram'' and
``unk''. Use single puts. Add leading newline. Line up equal-signs.
This commit is contained in:
parent
92b3d79a08
commit
be1d479e09
|
@ -1,3 +1,8 @@
|
|||
2004-10-22 Bas van Gompel <cygwin-patch.buzz@bavag.tmfweb.nl>
|
||||
|
||||
* cygcheck.cc (dump_sysinfo): In legend for drive-list: Add ``ram'' and
|
||||
``unk''. Use single puts. Add leading newline. Line up equal-signs.
|
||||
|
||||
2004-10-20 Bas van Gompel <cygwin-patch.buzz@bavag.tmfweb.nl>
|
||||
|
||||
* cygcheck.cc (dump_sysinfo): Allow for larger drives in drive-list.
|
||||
|
|
|
@ -1160,10 +1160,11 @@ dump_sysinfo ()
|
|||
SetErrorMode (prev_mode);
|
||||
if (givehelp)
|
||||
{
|
||||
printf ("fd=floppy, hd=hard drive, cd=CD-ROM, net=Network Share\n");
|
||||
printf ("CP=Case Preserving, CS=Case Sensitive, UN=Unicode\n");
|
||||
printf
|
||||
("PA=Persistent ACLS, FC=File Compression, VC=Volume Compression\n");
|
||||
puts (
|
||||
"fd = floppy, hd = hard drive, cd = CD-ROM\n"
|
||||
"net= Network Share, ram= RAM drive, unk= Unknown\n"
|
||||
"CP = Case Preserving, CS = Case Sensitive, UN = Unicode\n"
|
||||
"PA = Persistent ACLS, FC = File Compression, VC = Volume Compression");
|
||||
}
|
||||
printf ("\n");
|
||||
|
||||
|
|
Loading…
Reference in New Issue