Add rm command to manual - dossier - console collection manager
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit c56a8be32bc63cb4abe9d17312e308fa31e81bfd
 (DIR) parent a1a5058a5a89c4d2b50fbf778d7a12979b097359
 (HTM) Author: Solene Rapenne <solene@perso.pw>
       Date:   Tue, 24 Jul 2018 10:45:31 +0200
       
       Add rm command to manual
       
       Diffstat:
         M dossier.1                           |       6 +++++-
       
       1 file changed, 5 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/dossier.1 b/dossier.1
       @@ -6,7 +6,7 @@
        .Nd a console collection manager
        .Sh SYNOPSIS
        .Nm
       -.Op Cm show | Cm help | Cm export | Cm collections | Cm search | Ar item Op attribute value
       +.Op Cm show | Cm help | Cm export | Cm collections | Cm rm | Cm search | Ar item Op attribute value
        .Sh DESCRIPTION
        .Pp
        .Nm
       @@ -27,6 +27,10 @@ without argument will display the list of items in the current collection.
        With the argument
        .Ar item-name
        it will show all the attributes known for that item.
       +.It Nm Cm rm Ar item-name
       +Remove item
       +.Ar item-name
       +from the collection.
        .It Nm Cm export
        Export the data of the current collection as CSV (Comma Separated Values).
        .It Nm Cm collections Oo collection Oc | Oo register Pa full-path Ar collection-name Oc