diff --git a/osc/commandline.py b/osc/commandline.py index 8c517b92..e02170ea 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -4903,7 +4903,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. @cmdln.option('-o', '--offline', action='store_true', help='Start with cached prjconf and packages without contacting the api server') @cmdln.option('-l', '--preload', action='store_true', - help='Preload all files into the chache for offline operation') + help='Preload all files into the cache for offline operation') @cmdln.option('--no-changelog', action='store_true', help='don\'t update the package changelog from a changes file') @cmdln.option('--rsync-src', metavar='RSYNCSRCPATH', dest='rsyncsrc',