From ad9517cb817cd26a62465a74cd14846c943b7715 Mon Sep 17 00:00:00 2001 From: "Dr. Peter Poeml" Date: Thu, 19 Jul 2007 10:14:10 +0000 Subject: [PATCH] meta: extend usage info for 'meta pattern' --- osc/commandline.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/osc/commandline.py b/osc/commandline.py index 25a635b1..04c32e9e 100755 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -150,6 +150,10 @@ class Osc(cmdln.Cmdln): prjconf denotes the (build) configuration of a project. pkg denotes metadata of a buildservice package. user denotes the metadata of a user. + pattern denotes installation patterns defined for a project. + + To list patterns, use 'osc meta pattern PRJ'. An additional argument + will be the pattern file to view or edit. With the --edit switch, the metadata can be edited. Per default, osc opens the program specified by the environmental variable EDITOR with a @@ -162,9 +166,9 @@ class Osc(cmdln.Cmdln): while it is edited. usage: - osc meta ARGS... - osc meta -e|--edit [-c|--create] ARGS... - osc meta -F|--file ARGS... + osc meta ARGS... + osc meta -e|--edit [-c|--create] ARGS... + osc meta -F|--file ARGS... ${cmd_option_list} """