Merge pull request #154 from Vascom/patch-2

Small fix to use syntax
This commit is contained in:
smxi 2018-06-28 11:56:05 -07:00 committed by GitHub
commit 2f074e935b
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;
} }