Explorar el Código

Updated usage line with -f flag

Alois Mahdal hace 10 años
padre
commit
c639e765db
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      bin/mkexec.pl

+ 1
- 1
bin/mkexec.pl Ver fichero

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