mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-21 10:41:40 +02:00
+ Adapted to new options.
This commit is contained in:
parent
f5b20ac6c1
commit
89bc16cf23
@ -18,13 +18,25 @@ freed by this process.
|
||||
.SH USAGE
|
||||
|
||||
.B delp
|
||||
takes no options at this time. It just attempts to delete all known files.
|
||||
takes the following options at this time:
|
||||
.TP
|
||||
.B \-e
|
||||
Delete all executable files as well. This option has no effect on Linux.
|
||||
.TP
|
||||
.B \-h
|
||||
Displays a short help message.
|
||||
.TP
|
||||
.B \-q
|
||||
Be more quiet. Normally, delp gives a count of the number of files deleted.
|
||||
If this option is given, no messages are displayed.
|
||||
|
||||
.SH FILE TYPES:
|
||||
The following file types are recognized by the program and are deleted:
|
||||
.TP
|
||||
.I *.exe
|
||||
Executable files under dos and windows.
|
||||
Executable files under dos and windows. Only deleted if the
|
||||
.I \-e
|
||||
option is given.
|
||||
.TP
|
||||
.I *.so *.dll
|
||||
Shared libraries under linux and Windows.
|
||||
|
Loading…
Reference in New Issue
Block a user