lowercase usage

This commit is contained in:
mischa 2020-05-26 22:57:16 +02:00
parent e6a511af04
commit 1408dd210b
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ use User::pwent;
# Get vmXX.txt from arguments
if (! $ARGV[0]) {
print STDERR "Usage: $0 vmXX.txt\n";
print STDERR "usage: $0 vmXX.txt\n";
exit 1;
}
my $vmid = $ARGV[0];