]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Adds "delete" alias to "del" action.
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 15 Jan 2017 12:19:16 +0000 (10:19 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 15 Jan 2017 12:19:16 +0000 (10:19 -0200)
ChangeLog
lib/keyringer/actions/delete [new symlink]
share/man/keyringer.1
share/man/keyringer.1.mdwn

index 6f0c59b35ce04e819f3716207d7445bbb266c171..ff881b8f1ecf22b6f81074f73650d28365a3236d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-01-15 - develop - Silvio Rhatto <rhatto@riseup.net>
+
+       Adds "delete" alias to "del" action.
+
 2016-12-21 - 0.5.0 - Silvio Rhatto <rhatto@riseup.net>
 
        Fixes keyringer_check_expiration failure if a public key is listed multiple
diff --git a/lib/keyringer/actions/delete b/lib/keyringer/actions/delete
new file mode 120000 (symlink)
index 0000000..1a7ac23
--- /dev/null
@@ -0,0 +1 @@
+del
\ No newline at end of file
index 19f447ffc8502351a9d5179991478c876606a4ad..7b1b03002164fb6ca2b08a20828fc3fea369d62d 100644 (file)
@@ -159,6 +159,11 @@ Git history.\f[] To completely remove a file from a keyring, you should
 also rewrite the Git history yourself.
 .RE
 .TP
+.B delete <\f[I]secret\f[]>
+Alias for \f[I]del\f[] action.
+.RS
+.RE
+.TP
 .B rm <\f[I]secret\f[]>
 Alias for \f[I]del\f[] action.
 .RS
index 09b1a26a69cff06d56ecade07f55001f92197506..8acd7474bb04533aff80ea45303b2446afabeac6 100644 (file)
@@ -125,6 +125,9 @@ del <*secret*>
     To completely remove a file from a keyring, you should also rewrite the Git
     history yourself.
 
+delete <*secret*>
+:   Alias for *del* action.
+
 rm <*secret*>
 :   Alias for *del* action.