From 4a924553b298e82df1eff57e731cfcbc54b1ca3c Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Thu, 23 Apr 2009 23:59:40 +0000 Subject: [PATCH] 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. --- osc/commandline.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/osc/commandline.py b/osc/commandline.py index cfbae2a8..591725c0 100755 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -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} """