- Fixed mpartition --help output (bug #65293).
This commit is contained in:
parent
11eb882604
commit
617fd87b9c
@ -9,3 +9,14 @@
|
|||||||
return NO_CWD;
|
return NO_CWD;
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
--- mtools-3.9.9/mpartition.c.badc 2004-12-10 17:02:04.252330515 +0000
|
||||||
|
+++ mtools-3.9.9/mpartition.c 2004-12-10 17:04:27.784874153 +0000
|
||||||
|
@@ -249,7 +249,7 @@
|
||||||
|
fprintf(stderr,
|
||||||
|
"Mtools version %s, dated %s\n", mversion, mdate);
|
||||||
|
fprintf(stderr,
|
||||||
|
- "Usage: %s [-pradcv] [-I [-B bootsect-template] [-s sectors] "
|
||||||
|
+ "Usage: %s [-pradcv] [-I] [-B bootsect-template] [-s sectors] "
|
||||||
|
"[-t cylinders] "
|
||||||
|
"[-h heads] [-T type] [-b begin] [-l length] "
|
||||||
|
"drive\n", progname);
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Programs for accessing MS-DOS disks without mounting the disks.
|
Summary: Programs for accessing MS-DOS disks without mounting the disks.
|
||||||
Name: mtools
|
Name: mtools
|
||||||
Version: 3.9.9
|
Version: 3.9.9
|
||||||
Release: 9
|
Release: 10
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source: http://mtools.linux.lu/mtools-%{version}.tar.bz2
|
Source: http://mtools.linux.lu/mtools-%{version}.tar.bz2
|
||||||
@ -66,6 +66,9 @@ fi
|
|||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 10 2004 Tim Waugh <twaugh@redhat.com> 3.9.9-10
|
||||||
|
- Fixed mpartition --help output (bug #65293).
|
||||||
|
|
||||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user