From 2559dbcb97d9f961b997383297fc668cfdd9f922 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Tue, 30 Dec 2008 17:46:27 +0100 Subject: [PATCH] Its a list of queues, not full directories Signed-off-by: Joerg Jaspert --- dak/queue_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dak/queue_report.py b/dak/queue_report.py index cdc489c8..9e73d1c3 100755 --- a/dak/queue_report.py +++ b/dak/queue_report.py @@ -58,7 +58,7 @@ Prints a report of packages in queue directories (usually new and byhand). -s, --sort=key sort output according to key, see below. -a, --age=key if using sort by age, how should time be treated? If not given a default of hours will be used. - -d, --directories=key A comma seperated list of directories to be scanned + -d, --directories=key A comma seperated list of queues to be scanned Sorting Keys: ao=age, oldest first. an=age, newest first. na=name, ascending nd=name, descending -- 2.39.5