From 5443c243fa9c71d9886c385ece9be32cfec18f9e Mon Sep 17 00:00:00 2001 From: Vasiliy Glazov Date: Thu, 28 Jun 2018 11:29:10 +0300 Subject: [PATCH] Small fix to use syntax Need change "use the ..." text at begin of line for compatibility with Fedora packaging automatic dependencies tool. --- inxi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inxi b/inxi index d190bfd..b9c270e 100755 --- a/inxi +++ b/inxi @@ -4310,8 +4310,8 @@ sub show_options { ['2', '1', '', "Get the git branch one version." ], ['2', '2', '', "Get the git branch two version." ], ['3', '3', '', "Get the dev server (smxi.org) version." ], - ['2', '', '', "Get a version of $self_name from your own server; - use the full download path, e.g.^$self_name^-U^https://myserver.com/inxi" ] + ['2', '', '', "Get a version of $self_name from your own server. + Use the full download path, e.g.^$self_name^-U^https://myserver.com/inxi" ] ); push @data, @rows; }