Browse Source

Updated usage line with -f flag

Alois Mahdal 11 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
 ## '''' ##   ..............................................................-'
62
 ## '''' ##   ..............................................................-'
63
 
63
 
64
 sub usage {
64
 sub usage {
65
-    print STDERR "usage: $0 filename [type]\n";
65
+    print STDERR "usage: $0 [-f] filename [type]\n";
66
     exit 0;
66
     exit 0;
67
 }
67
 }
68
 
68