From 7cf826e513a42cd20e10a9c955deaa2aea73500b Mon Sep 17 00:00:00 2001 From: Dimitris Marakomihelakis Date: Fri, 11 Jun 2021 12:21:50 +0300 Subject: [PATCH] Modify notewc manpage --- docs/manpages/notewc.1 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/manpages/notewc.1 b/docs/manpages/notewc.1 index 7733ea1..d63d67f 100644 --- a/docs/manpages/notewc.1 +++ b/docs/manpages/notewc.1 @@ -1,16 +1,16 @@ -.\" Manpage for noteinfo +.\" Manpage for notewc .\" Contact dmarakom@gmail.com to correct errors or typos. -.TH man 8 "30/12/2020" "" "noteinfo man page" +.TH man 8 "30/12/2020" "" "notewc man page" .SH NAME -shellnotes-noteinfo \- Get info about a note in your notes folder. +shellnotes-notewc \- Get info about a note in your notes folder. .SH SYNOPSIS -noteinfo [FILENAME] +notewc [FILENAME] .SH DESCRIPTION -noteinfo() uses wc (do "man wc") to show (lines/words/chars/name) of a note. +notewc() uses wc (do "man wc") to show (lines/words/chars/name) of a note. .SH OPTIONS [FILENAME] \- The name of the note. -leave a blank parameter ("noteinfo") and shellnotes will ask you for the filename with an input. +leave a blank parameter ("notewc") and shellnotes will ask you for the filename with an input. .SH BUGS If wc is not pre-installed the command won't work. .SH AUTHOR -Dimitris Marakomihelakis (dmarakom@gmail.com) \ No newline at end of file +Dimitris Marakomihelakis (dmarakom@gmail.com)