From 8bd4e4eddf148dc5ec5322465bb1e740a6596299 Mon Sep 17 00:00:00 2001 From: Marcus Huewe Date: Tue, 31 Aug 2010 18:42:52 +0200 Subject: [PATCH] - fixed #514280 ("osc help text (0.119)") --- osc/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index d1f2fd57..49add799 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -703,7 +703,7 @@ class Osc(cmdln.Cmdln): @cmdln.option('-m', '--message', metavar='TEXT', help='specify message TEXT') @cmdln.option('-r', '--revision', metavar='REV', - help='for "create", specify a certain source revision ID (the md5 sum)') + help='specify a certain source revision ID (the md5 sum) for the source package') @cmdln.option('-s', '--supersede', metavar='SUPERSEDE', help='Superseding another request by this one') @cmdln.option('--nodevelproject', action='store_true',