From d71511d1ad3df5e903e69a55331afc9b4a2e6fda Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 20 Nov 2006 11:10:39 +0000 Subject: better comments --- urpm.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'urpm.pm') diff --git a/urpm.pm b/urpm.pm index 9fd3b1ee..fc9e587a 100644 --- a/urpm.pm +++ b/urpm.pm @@ -573,6 +573,7 @@ sub _configure_parallel { #- options : #- root #- cmdline_skiplist +#- nocheck_access (used by read_config) #- #- callback (urpmf) #- need_hdlist (for urpmf: to be able to have info not available in synthesis) @@ -604,7 +605,7 @@ sub configure { $urpm->{log}->(N("using associated media for parallel mode: %s", $options{media})); } } else { - #- parallel is exclusive against root options. + #- nb: can't have both parallel and root $urpm->{root} = $options{root}; } -- cgit v1.2.1