From ab111f4204d78536dcde667a0406044b14ab9306 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 26 Apr 2015 16:53:25 +0200 Subject: [PATCH] - do_deleterequest: fix help text --- osc/commandline.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/osc/commandline.py b/osc/commandline.py index 67e8bc0d..80c56472 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -1748,10 +1748,10 @@ Please submit there instead, or use --nodevelproject to force direct submission. @cmdln.option('-m', '--message', metavar='TEXT', help='specify message TEXT') - @cmdln.option('-r', '--repository', metavar='TEXT', - help='specify message TEXT') - @cmdln.option('--accept-in-hours', metavar='TEXT', - help='specify message time when request shall get accepted automatically. Only works with write permissions in target.') + @cmdln.option('-r', '--repository', metavar='REPOSITORY', + help='specify repository') + @cmdln.option('--accept-in-hours', metavar='HOURS', + help='specify time when request shall get accepted automatically. Only works with write permissions in target.') @cmdln.alias("dr") @cmdln.alias("dropreq") @cmdln.alias("droprequest")