Selaa lähdekoodia

Updated usage line with -f flag

Alois Mahdal 10 vuotta sitten
vanhempi
commit
c639e765db
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      bin/mkexec.pl

+ 1
- 1
bin/mkexec.pl Näytä tiedosto

@@ -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