diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/generator.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generator.ml b/src/generator.ml index 37d63f2c..0ffd3c70 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -1645,7 +1645,7 @@ the type or contents of the file. This call will also transparently look inside various types of compressed file. -The exact command which runs is C<file -zbs path>. Note in +The exact command which runs is C<file -zb path>. Note in particular that the filename is not prepended to the output (the C<-b> option). |