sekrit: add rm command
While at it, fix a typo.
This commit is contained in:
parent
19631627d6
commit
e71a6eb321
2 changed files with 39 additions and 2 deletions
13
bin/sekrit.1
13
bin/sekrit.1
|
@ -38,6 +38,11 @@
|
|||
.Nm
|
||||
.Cm ls
|
||||
.Op Ar keys ...
|
||||
.Nm
|
||||
.Cm rm
|
||||
.Op Fl f
|
||||
.Ar key
|
||||
.Op Ar key ...
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
is a small shell script for managing encrypted files.
|
||||
|
@ -104,7 +109,13 @@ given as argument,
|
|||
list all the registered keys under that hierarchy.
|
||||
If no
|
||||
.Ar key
|
||||
is given, list all the registeres keys.
|
||||
is given, list all the registered keys.
|
||||
.It Nm Cm rm Oo Fl f Oc Ar key Op Ar key ...
|
||||
Removes the file associated with each
|
||||
.Ar key .
|
||||
Asks for confirmation before removing each file, unless
|
||||
.Fl f
|
||||
is given.
|
||||
.El
|
||||
.Sh ENVIRONMENT
|
||||
.Bl -tag -width SEKRIT_GPG_ID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue