mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 00:10:19 +02:00
directory is now mandatory
This commit is contained in:
parent
1cdac85d7b
commit
3a51e85cf5
@ -4,12 +4,12 @@ delp \- The Free Pascal file deletion tool.
|
||||
|
||||
.SH SYNOPSIS
|
||||
|
||||
.B delp
|
||||
.B delp [options] directory
|
||||
|
||||
.SH DESCRIPTION
|
||||
|
||||
.B delp
|
||||
deletes files in the current directory that are left over from a Free Pascal
|
||||
deletes files in the specified directory that are left over from a Free Pascal
|
||||
compilation process. It knows what files can be produced by the compile
|
||||
steps and deletes any such files it finds. At the end it gives a summary of
|
||||
the number of files that were deleted, together with the amount of bytes
|
||||
@ -17,7 +17,7 @@ freed by this process.
|
||||
|
||||
.SH USAGE
|
||||
|
||||
.B delp
|
||||
.B delp
|
||||
takes the following options at this time:
|
||||
.TP
|
||||
.B \-e
|
||||
|
Loading…
Reference in New Issue
Block a user