1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-26 09:56:13 +01:00

Cleanup usage information on osc co PACKAGE

The usage information on osc co PACKAGE was a bit confusing and one of
the descriptions was inaccurate. Remove the inaccurate description and
improve the language on the clearer one.
This commit is contained in:
Brandon Philips 2009-04-23 23:59:40 +00:00
parent 415143d548
commit 4a924553b2

View File

@ -1151,12 +1151,11 @@ Please submit there instead, or use --nodevelproject to force direct submission.
usage:
osc co PROJECT [PACKAGE] [FILE]
osc co PROJECT # entire project
osc co PACKAGE # checksout a package, when local directory is a checkout package
osc co PROJECT PACKAGE # a package
osc co PROJECT PACKAGE FILE # single file -> to current dir
inside a checked out local project directory:
osc co PACKAGE
while inside a project directory:
osc co PACKAGE # check out PACKAGE from project
${cmd_option_list}
"""