From 9f8d585a80b1f3cbcffc678be56ca514db014cbd Mon Sep 17 00:00:00 2001 From: Jeff Escalante Date: Fri, 13 Dec 2013 11:51:46 -0500 Subject: [PATCH] update man page --- man/readme.md | 2 +- man/sprout.1 | 4 ++-- man/sprout.1.html | 4 ++-- man/sprout.1.ronn | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/man/readme.md b/man/readme.md index b2ae377..cd6e21a 100644 --- a/man/readme.md +++ b/man/readme.md @@ -1,6 +1,6 @@ # Editing the man page -- Install [ronn](https://github.com/rtomayko/ronn) with `npm install ronn -g` +- Install [ronn](https://github.com/rtomayko/ronn) with `gem install ronn` - Make changes to `sprout.1.ronn` in markdown - Run `ronn man/sprout.1.ronn` which will compile it out - To preview how it will look, run `man man/sprout.1` diff --git a/man/sprout.1 b/man/sprout.1 index 4b9c1c7..9b98d54 100644 --- a/man/sprout.1 +++ b/man/sprout.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "SPROUT" "1" "November 2013" "" "" +.TH "SPROUT" "1" "December 2013" "" "" . .SH "NAME" \fBsprout\fR \- simple project templating @@ -16,7 +16,7 @@ \fBsprout list\fR . .br -\fBsprout\fR +\fBsprout init\fR . .SH "DESCRIPTION" Sprout helps with templating for new projects\. It allows management of different project templates that can be copied quickly when starting fresh, and provides an interface to customize the new projects as specified by the template author\. diff --git a/man/sprout.1.html b/man/sprout.1.html index 4dfe51a..f5759ae 100644 --- a/man/sprout.1.html +++ b/man/sprout.1.html @@ -80,7 +80,7 @@

SYNOPSIS

sprout add <name> <url>
sprout remove <name>
sprout list
-sprout

+sprout init

DESCRIPTION

@@ -122,7 +122,7 @@

DOCUMENTATION

  1. -
  2. November 2013
  3. +
  4. December 2013
  5. sprout(1)
diff --git a/man/sprout.1.ronn b/man/sprout.1.ronn index 4d022a5..7fb3634 100644 --- a/man/sprout.1.ronn +++ b/man/sprout.1.ronn @@ -6,7 +6,7 @@ sprout(1) -- simple project templating `sprout add ` `sprout remove ` `sprout list` -`sprout ` +`sprout init` ## DESCRIPTION