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

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