mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-23 08:31:05 +00:00
IMAGE_FILE_INFO used hostname instead of filename (#457)
This commit is contained in:
parent
492c7331cf
commit
5abd403c78
@ -391,7 +391,7 @@ int main(int argc, char* argv[])
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case IMAGE_FILE_INFO:
|
case IMAGE_FILE_INFO:
|
||||||
rasctl_commands.CommandImageFileInfo(hostname);
|
rasctl_commands.CommandImageFileInfo(filename);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case NETWORK_INTERFACES_INFO:
|
case NETWORK_INTERFACES_INFO:
|
||||||
|
Loading…
Reference in New Issue
Block a user