From: John P. Davis Date: Sat, 18 Sep 2004 19:32:13 +0000 (+0000) Subject: adding some examples to the manpage X-Git-Tag: CATALYST_2_0_6_916~935 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=84b43b0068881e6db5a04b80249355c518a2f6ed;p=catalyst.git adding some examples to the manpage git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@438 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/files/catalyst.1 b/files/catalyst.1 index 4c54e54b..9b6bf6b6 100644 --- a/files/catalyst.1 +++ b/files/catalyst.1 @@ -60,6 +60,16 @@ Tell \fBcatalyst\fR to use the user supplied specfile. .BR "\-\-verbose " (\fB\-V\fR) Enable verbose mode. +.SH EXAMPLES +.TP +Using the commandline option (\-C, \-\-cli) to build a Portage snapshot: +.LP +catalyst \-C target=snapshot version_stamp=my_date +.LP +Using the specfile option (\-f, \-\-file) to build a stage target: +.LP +catalyst \-f stage1\-specfile.spec + .SH FILES .TP Example specfiles can be found in /usr/share/doc/catalyst-/examples. An example configuration file can be found at /etc/catalyst/catalyst.conf. @@ -82,4 +92,4 @@ A more in-depth examination of Catalyst options and procedures can be found link John Davis .SH "CVS HEADER" -$Id: catalyst.1,v 1.1 2004/08/13 16:00:48 zhen Exp $ +$Id: catalyst.1,v 1.2 2004/09/18 19:32:13 zhen Exp $