From d83ea2c8a6f71728c96828b6d4c042a2398214c0 Mon Sep 17 00:00:00 2001 From: Richard Hartmann <richih.mailinglist@gmail.com> Date: Sun, 21 Apr 2013 02:35:16 +0200 Subject: [PATCH] Update static manpage --- vcsh.1 | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/vcsh.1 b/vcsh.1 index d1c2d30..21f011c 100644 --- a/vcsh.1 +++ b/vcsh.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "VCSH" "1" "February 2013" "" "" +.TH "VCSH" "1" "April 2013" "" "" . .SH "NAME" \fBvcsh\fR \- manage config files in $HOME via fake bare git repositories @@ -43,6 +43,9 @@ \fBvcsh\fR setup \fIrepo\fR . .P +\fBvcsh\fR version +. +.P \fBvcsh\fR which \fIsubstring\fR . .P @@ -136,6 +139,10 @@ setup Set up repository with recommended settings\. . .TP +version +Print version information\. +. +.TP which \fIsubstring\fR Find \fIsubstring\fR in name of any tracked file\. . @@ -256,7 +263,7 @@ Additionally, vcsh will source, i\.e\. execute, all files listed in \fICONFIG\fR None are known at this time, but reports and/or patches are more than welcome\. . .SH "INTEROPERABILITY" -If you rely on \fBgit submodule\fR, use \fBgit\fR 1\.7\.12 or later\. Earlier versions do not clean internal variables properly before descending into a submodule\. +If you rely on \fBgit submodule\fR use \fBgit\fR 1\.7\.12 or later\. Earlier versions do not clean internal variables properly before descending into submodules, resulting in unhappy end users\. . .SH "HISTORY" Like most people, the author initially made do with a single repository for all config files, all of which were soft\-linked into \fI$HOME\fR\. -- GitLab