From d126d07787ee83d5cf8c16b515ce8d79b61498d6 Mon Sep 17 00:00:00 2001 From: Marcus Huewe Date: Tue, 15 Aug 2017 16:39:32 +0200 Subject: [PATCH] Fix typo in docstr of do_triggerreason The command is called "triggerreason" instead of "reason". --- osc/commandline.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osc/commandline.py b/osc/commandline.py index 4645bd7b..7aa3a090 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -5433,8 +5433,8 @@ Please submit there instead, or use --nodevelproject to force direct submission. - rebuild count sync (In case that it is configured to sync release numbers) usage in package or project directory: - osc reason REPOSITORY ARCH - osc reason PROJECT PACKAGE REPOSITORY ARCH + osc triggerreason REPOSITORY ARCH + osc triggerreason PROJECT PACKAGE REPOSITORY ARCH ${cmd_option_list} """