Small fix to use syntax

Need change "use the ..." text at begin of line for compatibility with Fedora packaging automatic dependencies tool.
This commit is contained in:
Vasiliy Glazov 2018-06-28 11:29:10 +03:00 committed by GitHub
parent ef5dbf1c3d
commit 5443c243fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
inxi
View file

@ -4310,8 +4310,8 @@ sub show_options {
['2', '1', '', "Get the git branch one version." ], ['2', '1', '', "Get the git branch one version." ],
['2', '2', '', "Get the git branch two version." ], ['2', '2', '', "Get the git branch two version." ],
['3', '3', '', "Get the dev server (smxi.org) version." ], ['3', '3', '', "Get the dev server (smxi.org) version." ],
['2', '<http>', '', "Get a version of $self_name from your own server; ['2', '<http>', '', "Get a version of $self_name from your own server.
use the full download path, e.g.^$self_name^-U^https://myserver.com/inxi" ] Use the full download path, e.g.^$self_name^-U^https://myserver.com/inxi" ]
); );
push @data, @rows; push @data, @rows;
} }