diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-10-06 15:14:32 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-10-06 15:14:32 +0000 |
commit | dd368f3a94158a85906adcd4d261e9fb9bd7c3e1 (patch) | |
tree | 4ebeb388abd69cb9a824528dc5f5bf389996df2b | |
parent | 955f51351418847032d75b489b114c5d68d00b84 (diff) | |
download | urpmi-dd368f3a94158a85906adcd4d261e9fb9bd7c3e1.tar urpmi-dd368f3a94158a85906adcd4d261e9fb9bd7c3e1.tar.gz urpmi-dd368f3a94158a85906adcd4d261e9fb9bd7c3e1.tar.bz2 urpmi-dd368f3a94158a85906adcd4d261e9fb9bd7c3e1.tar.xz urpmi-dd368f3a94158a85906adcd4d261e9fb9bd7c3e1.zip |
update doc
-rw-r--r-- | pod/urpmi.cfg.5.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/urpmi.cfg.5.pod b/pod/urpmi.cfg.5.pod index 00e8ed9d..85630b48 100644 --- a/pod/urpmi.cfg.5.pod +++ b/pod/urpmi.cfg.5.pod @@ -183,15 +183,15 @@ Note that the rsync options will also be used for ssh media. =item B<split-length> Same as B<--split-length> for urpmi. This option allows to control the -minimal length of splitted transactions. The default value is 1 (smallest -possible transaction). Setting this value to 0 disables the splitting of +minimal length of splitted transactions. The default value is 8. +Setting this value to 0 disables the splitting of transactions. =item B<split-level> Same as B<--split-level> for urpmi. This option allows to control if transactions should be splitted depending of the number of packages to -upgrade. The default value is 20. +upgrade. The default value is 1. =item B<strict-arch> |