diff options
author | J Pipkin <j@dawnrazor.net> | 2012-09-09 11:23:38 -0500 |
---|---|---|
committer | J Pipkin <j@dawnrazor.net> | 2012-09-09 11:23:38 -0500 |
commit | d07199a545dfaa595e7aa9029316b423dd67a1b0 (patch) | |
tree | 6626fe992c85926fd5827675a05df1ea8a71e69f /man1/sbosnap.1 | |
parent | 68aa55ec3a8f62aec42c236202feba1cf12e266e (diff) | |
download | sbotools2-d07199a545dfaa595e7aa9029316b423dd67a1b0.tar.xz |
man1 manpages updated to include long option forms
Diffstat (limited to 'man1/sbosnap.1')
-rw-r--r-- | man1/sbosnap.1 | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/man1/sbosnap.1 b/man1/sbosnap.1 index 27e0c68..48144b2 100644 --- a/man1/sbosnap.1 +++ b/man1/sbosnap.1 @@ -10,6 +10,17 @@ sbosnap [-v] (fetch|update) sbosnap is used to download and update a local copy of the slackbuilds.org tree, minus the .tar.gz{,.asc} files. Note that sbocheck(1) will also update the tree, and will then also check for updated slackbuilds. rsync is used for both operations. .SH OPTIONS .P +-h|--help +.RS +Show help information. +.RE +.P +-v|--version +.RS +Show version information. +.RE +.SH COMMANDS +.P fetch .RS Download a local copy of the slackbuilds.org tree. The copy will be downloaded to the SBO_HOME setting (see sboconfig(1) and sbotools.conf(5)), which, by default, is /usr/sbo @@ -19,12 +30,6 @@ update .RS Update a previously fetch'd copy of the slackbuilds.org tree. .RE -.P --v -.RS -Show sbotools version information. -.RE - .SH BUGS .P None known, but there may be some. Please report any found to j@dawnrazor.net; patches are always welcome. |