+ Adapted to new options.

This commit is contained in:
michael 2000-01-23 14:29:14 +00:00
parent f5b20ac6c1
commit 89bc16cf23

View File

@ -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.