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
*nuke* is a program that does a simple task: it nukes files from orbit. Because *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) ![Preview](https://bitbucket.org/spilt/nuke/downloads/nuke.gif)

View File

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