mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
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:
parent
ef5dbf1c3d
commit
5443c243fa
4
inxi
4
inxi
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue