Updated docs.
This commit is contained in:
parent
1a60fb40ee
commit
06a88ab558
@ -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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user