diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mpan.pl (renamed from scripts/apanel.pl) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/apanel.pl b/scripts/mpan.pl index 75606e60..6541d45d 100755 --- a/scripts/apanel.pl +++ b/scripts/mpan.pl @@ -59,7 +59,7 @@ while (1) { sub usage { print "\n"; - print "Usage apanel [options...]\n\n"; + print "Usage mpan.pl [options...]\n\n"; print "Options:\n"; print "\t--help | -h print this help\n"; ## anaselli: --name now is used only to add a path to /etc (e.g. --name mcc2 means /etc/mcc2) |