diff options
author | jmz <jmz@FreeBSD.org> | 2001-04-28 05:47:36 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2001-04-28 05:47:36 +0800 |
commit | 8950699b24c6c044a63c72b4b3728bbc742b4a73 (patch) | |
tree | 2937fd3573dbacf326b30d6d2832dd956d2d9215 /emulators/mtools | |
parent | ffbd960933c7a5f007fd78daaf0661ceee693bdb (diff) | |
download | freebsd-ports-gnome-8950699b24c6c044a63c72b4b3728bbc742b4a73.tar.gz freebsd-ports-gnome-8950699b24c6c044a63c72b4b3728bbc742b4a73.tar.zst freebsd-ports-gnome-8950699b24c6c044a63c72b4b3728bbc742b4a73.zip |
This patch corrects a newline bogon in the "mdel" command usage help.
Submitted by: Jimmy Olgeni <olgeni@uli.it>
Diffstat (limited to 'emulators/mtools')
-rw-r--r-- | emulators/mtools/files/patch-i | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/mtools/files/patch-i b/emulators/mtools/files/patch-i new file mode 100644 index 000000000000..9ec5fcee5ceb --- /dev/null +++ b/emulators/mtools/files/patch-i @@ -0,0 +1,11 @@ +--- mdel.c.orig Tue Apr 24 16:00:57 2001 ++++ mdel.c Tue Apr 24 16:01:01 2001 +@@ -118,7 +118,7 @@ + fprintf(stderr, + "Mtools version %s, dated %s\n", mversion, mdate); + fprintf(stderr, +- "Usage: %s [-v] msdosfile [msdosfiles...]", progname); ++ "Usage: %s [-v] msdosfile [msdosfiles...]\n", progname); + exit(1); + } + |