Browse Source

Update usage line

Alois Mahdal 10 years ago
parent
commit
3cf0628080
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      bin/mkexec

+ 1
- 1
bin/mkexec View File

@@ -97,7 +97,7 @@ if (exists $bangs->{$type}) {
97 97
 ## '''' ##   ..............................................................-'
98 98
 
99 99
 sub usage {
100
-    print STDERR "usage: $0 [-f|-E] filename [type] [purpose]\n";
100
+    print STDERR "usage: $0 [-f|-e] filename [type] [purpose]\n";
101 101
     exit 0;
102 102
 }
103 103