From 7fc251d81e521c89cbb5c6a657998c2a39723dca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 9 Feb 2018 10:08:13 +0100 Subject: [PATCH] fix sendsysrq command description --- osc/commandline.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osc/commandline.py b/osc/commandline.py index 130d0cdc..40e57e32 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -6875,8 +6875,8 @@ Please submit there instead, or use --nodevelproject to force direct submission. are 9, t and w in this sequence. usage: - osc restartbuild REPOSITORY ARCH SYSRQ - osc restartbuild PROJECT PACKAGE REPOSITORY ARCH SYSRQ + osc sendsysrq REPOSITORY ARCH SYSRQ + osc sendsysrq PROJECT PACKAGE REPOSITORY ARCH SYSRQ ${cmd_option_list} """ args = slash_split(args)