[eit] update man pages
This commit is contained in:
@@ -0,0 +1,62 @@
|
||||
eit-pull(1)
|
||||
===========
|
||||
:man source: eit {eitversion}
|
||||
:man manual: eit {eitversion}
|
||||
|
||||
|
||||
NAME
|
||||
----
|
||||
eit-pull - pull repository packages and metadata
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
eit pull [-h] [--quick] [--all] [<repo>]
|
||||
|
||||
|
||||
INTRODUCTION
|
||||
------------
|
||||
Synchronize remote mirrors with local repository content (packages and
|
||||
repository) by pulling updated data.
|
||||
|
||||
|
||||
|
||||
OPTIONS
|
||||
-------
|
||||
"eit pull" supports the following options which alters its behaviour.
|
||||
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
*<repo>*::
|
||||
repository
|
||||
|
||||
OPTIONAL ARGUMENTS
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
*--help*::
|
||||
show this help message and exit
|
||||
|
||||
*--quick*::
|
||||
no stupid questions
|
||||
|
||||
*--all*::
|
||||
pull all the repositories
|
||||
|
||||
|
||||
|
||||
AUTHORS
|
||||
-------
|
||||
Eit has been accidentally prototyped during a rainy Sunday by Fabio
|
||||
Erculiani who was looking for innovative ways of handling package
|
||||
bumps in Sabayon Entropy repositories.
|
||||
A few months later, Eit saw the light.
|
||||
|
||||
|
||||
REPORTING BUGS
|
||||
--------------
|
||||
Report bugs to https://bugs.sabayon.org or directly to the author at
|
||||
lxnay@sabayon.org.
|
||||
|
||||
SEE ALSO
|
||||
--------
|
||||
eit(1)
|
||||
@@ -6,7 +6,7 @@ eit-push(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
eit-push - push (or pull) repository packages and metadata
|
||||
eit-push - push repository packages and metadata
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
@@ -17,7 +17,7 @@ eit push [-h] [--quick] [--all | --as <repo>] [<repo>]
|
||||
INTRODUCTION
|
||||
------------
|
||||
Synchronize remote mirrors with local repository content (packages and
|
||||
repository).
|
||||
repository) by pushing updated data.
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -108,8 +108,11 @@ COMMANDS
|
||||
*pkgmove*::
|
||||
edit automatic package moves for repository
|
||||
|
||||
*push [pull, sync]*::
|
||||
push (or pull) repository packages and metadata
|
||||
*pull*::
|
||||
pull repository packages and metadata
|
||||
|
||||
*push [sync]*::
|
||||
push repository packages and metadata
|
||||
|
||||
*query [q]*::
|
||||
miscellaneous package metadata queries
|
||||
@@ -165,7 +168,7 @@ SEE ALSO
|
||||
eit-commit(1), eit-cp(1), eit-deps(1), eit-files(1), eit-graph(1)
|
||||
eit-init(1), eit-inject(1), eit-list(1), eit-lock(1), eit-log(1)
|
||||
eit-match(1), eit-merge(1), eit-mv(1), eit-notice(1), eit-own(1)
|
||||
eit-pkgmove(1), eit-push(1), eit-query(1), eit-remove(1), eit-repack(1)
|
||||
eit-repo(1), eit-reset(1), eit-revgraph(1), eit-search(1), eit-status(1)
|
||||
eit-test(1), eit-unlock(1), eit-vacuum(1)
|
||||
eit-pkgmove(1), eit-pull(1), eit-push(1), eit-query(1), eit-remove(1)
|
||||
eit-repack(1), eit-repo(1), eit-reset(1), eit-revgraph(1), eit-search(1)
|
||||
eit-status(1), eit-test(1), eit-unlock(1), eit-vacuum(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user