mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-22 21:16:16 +01:00
Fix various typos
This commit is contained in:
parent
ab48f97add
commit
4f4e90bafc
@ -509,7 +509,7 @@ class Osc(cmdln.Cmdln):
|
||||
@cmdln.option('--attribute-project', action='store_true',
|
||||
help='include project values, if missing in packages ')
|
||||
@cmdln.option('-f', '--force', action='store_true',
|
||||
help='force the save operation, allows to ignores some errors like depending repositories. For prj meta only.')
|
||||
help='force the save operation, allows one to ignores some errors like depending repositories. For prj meta only.')
|
||||
@cmdln.option('-F', '--file', metavar='FILE',
|
||||
help='read metadata from FILE, instead of opening an editor. '
|
||||
'\'-\' denotes standard input. ')
|
||||
@ -2453,7 +2453,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
|
||||
This command is asking the maintence team to start a maintence incident based on a
|
||||
created maintenance update. Please see the "mbranch" command on how to create such a project and
|
||||
the "patchinfo" command how add the required maintenance update informations.
|
||||
the "patchinfo" command how add the required maintenance update information.
|
||||
|
||||
usage:
|
||||
osc maintenancerequest [ SOURCEPROJECT [ TARGETPROJECT ] ]
|
||||
@ -3918,7 +3918,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
Needs to be called from within a package directory.
|
||||
|
||||
When called as buildlogtail (or blt) it just shows the end of the logfile.
|
||||
This is usefull to see just a build failure reasons.
|
||||
This is useful to see just a build failure reasons.
|
||||
|
||||
The arguments REPOSITORY and ARCH are the first two columns in the 'osc
|
||||
results' output. If the buildlog url is used buildlog command has the
|
||||
|
Loading…
Reference in New Issue
Block a user