Skip to content

Commit

Permalink
Small documentation fix to clarify attribute usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
abergmann committed Nov 8, 2017
1 parent 9d4390e commit 690dbf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osc/commandline.py
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ def do_meta(self, subcmd, opts, *args):
osc meta <prj|pkg|prjconf|user|group|pattern> [-m|--message TEXT] -e|--edit ARGS...
osc meta <prj|pkg|prjconf|user|group|pattern> [-m|--message TEXT] -F|--file ARGS...
osc meta pattern --delete PRJ PATTERN
osc meta attribute PRJ [PKG [SUBPACKAGE]] [--attribute ATTRIBUTE] [--create|--delete|--set [value_list]]
osc meta attribute PRJ [PKG [SUBPACKAGE]] [--attribute ATTRIBUTE] [--create [--set <value_list>]|--delete|--set <value_list>]
${cmd_option_list}
"""

Expand Down

0 comments on commit 690dbf4

Please sign in to comment.