From 8f2a3b758080f08ef7ac5da670561117a1a580a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20H=C3=BCwe?= Date: Wed, 17 Jun 2009 18:19:45 +0000 Subject: [PATCH] - renamed OpenSUSE to openSUSE (I think that's the correct spelling atm) --- osc/commandline.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/osc/commandline.py b/osc/commandline.py index d2403bfd..07f57fe9 100755 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -13,7 +13,7 @@ import oscerr MAN_HEADER = r""".TH %(ucname)s "1" "%(date)s" "%(name)s %(version)s" "User Commands" .SH NAME -%(name)s \- OpenSUSE build service command-line tool. +%(name)s \- openSUSE build service command-line tool. .SH SYNOPSIS .B %(name)s [\fIGLOBALOPTS\fR] \fISUBCOMMAND \fR[\fIOPTS\fR] [\fIARGS\fR...] @@ -21,7 +21,7 @@ MAN_HEADER = r""".TH %(ucname)s "1" "%(date)s" "%(name)s %(version)s" "User Comm .B %(name)s \fIhelp SUBCOMMAND\fR .SH DESCRIPTION -OpenSUSE build service command-line tool. +openSUSE build service command-line tool. """ MAN_FOOTER = r""" .SH "SEE ALSO" @@ -42,7 +42,7 @@ class Osc(cmdln.Cmdln): """Usage: osc [GLOBALOPTS] SUBCOMMAND [OPTS] [ARGS...] or: osc help SUBCOMMAND - OpenSUSE build service command-line tool. + openSUSE build service command-line tool. Type 'osc help ' for help on a specific subcommand. ${command_list}