[eit] update man pages
This commit is contained in:
@@ -11,7 +11,8 @@ eit-add - commit to repository the provided packages
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
eit add [-h] [--to <repository>] [--quick] <package> [<package> ...]
|
||||
eit add [-h] [--conservative] [--to <repository>] [--quick]
|
||||
<package> [<package> ...]
|
||||
|
||||
|
||||
INTRODUCTION
|
||||
@@ -40,6 +41,9 @@ OPTIONAL ARGUMENTS
|
||||
*--help*::
|
||||
show this help message and exit
|
||||
|
||||
*--conservative*::
|
||||
do not execute implicit package name and slot updates
|
||||
|
||||
*--to*=<repository>::
|
||||
add to given repository
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ eit-commit - commit changes to repository
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
eit commit [-h] [--interactive] [--quick] [<repo>]
|
||||
eit commit [-h] [--conservative] [--interactive] [--quick] [<repo>]
|
||||
|
||||
|
||||
INTRODUCTION
|
||||
@@ -40,6 +40,9 @@ OPTIONAL ARGUMENTS
|
||||
*--help*::
|
||||
show this help message and exit
|
||||
|
||||
*--conservative*::
|
||||
do not execute implicit package name and slot updates
|
||||
|
||||
*--interactive*::
|
||||
selectively pick changes
|
||||
|
||||
|
||||
@@ -11,7 +11,8 @@ eit-cp - copy packages from a repository to another
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
eit cp [-h] [--deps] <source> <dest> <package> [<package> ...]
|
||||
eit cp [-h] [--conservative] [--deps]
|
||||
<source> <dest> <package> [<package> ...]
|
||||
|
||||
|
||||
INTRODUCTION
|
||||
@@ -41,6 +42,9 @@ OPTIONAL ARGUMENTS
|
||||
*--help*::
|
||||
show this help message and exit
|
||||
|
||||
*--conservative*::
|
||||
do not execute implicit package name and slot updates
|
||||
|
||||
*--deps*::
|
||||
include dependencies
|
||||
|
||||
|
||||
@@ -11,7 +11,8 @@ eit-mv - move packages from a repository to another
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
eit mv [-h] [--deps] <source> <dest> [<package> [<package> ...]]
|
||||
eit mv [-h] [--conservative] [--deps]
|
||||
<source> <dest> [<package> [<package> ...]]
|
||||
|
||||
|
||||
INTRODUCTION
|
||||
@@ -43,6 +44,9 @@ OPTIONAL ARGUMENTS
|
||||
*--help*::
|
||||
show this help message and exit
|
||||
|
||||
*--conservative*::
|
||||
do not execute implicit package name and slot updates
|
||||
|
||||
*--deps*::
|
||||
include dependencies
|
||||
|
||||
|
||||
Reference in New Issue
Block a user