mirror of
https://github.com/smxi/inxi.git
synced 2025-01-31 18:12:21 +00:00
bug fix for man download
This commit is contained in:
parent
5f30b3856c
commit
06dd61e8bf
2
inxi
2
inxi
|
@ -3225,7 +3225,7 @@ sub update_man {
|
||||||
print "Check the error messages for what happened. Error: $b_downloaded\n";
|
print "Check the error messages for what happened. Error: $b_downloaded\n";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
print "Download/install of man page successful. Check to make sure it works: man inxi\n";
|
print "Download/install of man page successful.\nCheck to make sure it works: man inxi\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in a new issue