Updated docs.

This commit is contained in:
Bruce Hill 2019-01-05 17:58:21 -08:00
parent 1a60fb40ee
commit 06a88ab558
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# nuke
*nuke* is a program that does a simple task: it nukes files from orbit. Because
sometimes `rm` is just too good for a file.
sometimes `rm -rf` is just too good for a file.
![Preview](https://bitbucket.org/spilt/nuke/downloads/nuke.gif)

View File

@ -20,13 +20,13 @@ Print the command line usage.
.SH EXAMPLES
.TP
.B
nuke node-v10.14.0/
Nukes the directory node-v10.14.0/
nuke junk/
Nukes the directory \fBjunk/\fR
.TP
.B
nuke tame_porn/ risque_porn/ outlandish_porn/
Nukes all three directories
nuke file1 file2 file3
Nukes all three files
.TP
.B