dotfm

My dotfile manager
git clone git://src.gearsix.net/dotfm
Log | Files | Refs | Atom | README | LICENSE

commit 341e5513e9d9dace9201fa047d8c4b24904b6f3c
parent 248f3a07ef1532ccd0e183fbbdd7f07b2e21a4f3
Author: GeaRSiX <gearsix@tuta.io>
Date:   Tue, 10 Aug 2021 11:06:02 +0100

minor fmt fix in manpage

Diffstat:
MREADME | 2+-
Msrc/dotfm.1 | 7++++---
2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/README b/README @@ -19,7 +19,7 @@ ARGUMENTS COMMANDS Multiple DOTFILE args can be passed to each command. - install <DOTFILE> ... + install <DOTFILE> ... create a symlink from DOTFILE to it's install location. DOTFILE should be the filepath of the dotfile to install. diff --git a/src/dotfm.1 b/src/dotfm.1 @@ -1,6 +1,6 @@ .\" txt2man -d "$(date)" -t "dotfm" -s 1 -v "dotfm README" -r "v2.2.0" -s 1 README .\" Text automatically generated by txt2man -.TH dotfm 1 "Sun 25 Apr 18:41:28 BST 2021" "v2.2.0" "dotfm README" +.TH dotfm 1 "Tue 10 Aug 11:05:27 BST 2021" "v2.2.0" "dotfm README" .SH NAME \fBdotfm \fP- a simple script to manage dotfiles. \fB @@ -37,8 +37,9 @@ Display \fBdotfm\fP version Tell \fBdotfm\fP to shutup (hide info logs) .SH COMMANDS Multiple DOTFILE args can be passed to each command. -.PP -install <DOTFILE> \.\.\. +.TP +.B +install <DOTFILE> \.\.\. create a symlink from DOTFILE to it's install location. DOTFILE should be the filepath of the dotfile to install. .RS