Browse Source

Updated usage line with -f flag

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

+ 1
- 1
bin/mkexec.pl View File

@@ -62,7 +62,7 @@ if (exists $bangs->{$type}) {
62 62
 ## '''' ##   ..............................................................-'
63 63
 
64 64
 sub usage {
65
-    print STDERR "usage: $0 filename [type]\n";
65
+    print STDERR "usage: $0 [-f] filename [type]\n";
66 66
     exit 0;
67 67
 }
68 68