From 7fce95e2bd31c07f4b25a43a3215c2e0f75ce409 Mon Sep 17 00:00:00 2001 From: Elisei Roca Date: Thu, 1 Jun 2023 10:30:48 +0200 Subject: [PATCH] spell openSUSE correctly openSUSE is the only way to spell openSUSE, according to https://en.opensuse.org/Help:Style#openSUSE_spelling --- README.md | 2 +- contrib/osc.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index be544cc8..522a9cc0 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ # openSUSE Commander -OpenSUSE Commander (osc) is a command-line interface to the +openSUSE Commander (osc) is a command-line interface to the [Open Build Service (OBS)](https://github.com/openSUSE/open-build-service/). diff --git a/contrib/osc.spec b/contrib/osc.spec index 9bb6f25e..0622ec5a 100644 --- a/contrib/osc.spec +++ b/contrib/osc.spec @@ -101,7 +101,7 @@ Recommends: xdg-utils Provides: %{use_python_pkg}-osc %description -OpenSUSE Commander is a command-line client for the Open Build Service. +openSUSE Commander is a command-line client for the Open Build Service. See http://en.opensuse.org/openSUSE:OSC, as well as http://en.opensuse.org/openSUSE:Build_Service_Tutorial @@ -127,7 +127,7 @@ PYTHONPATH=. argparse-manpage \ --function=get_parser \ --project-name=osc \ --prog=osc \ - --description="OpenSUSE Commander" \ + --description="openSUSE Commander" \ --author="Contributors to the osc project. See the project's GIT history for the complete list." \ --url="https://github.com/openSUSE/osc/" %endif