Update documentation for the -f change.
[oota-llvm.git] / docs / CommandGuide / llvm-extract.pod
index d916612ec5c65d7c56b2464c34974baf49848d3f..c3bc019c6b8f169d0263992455c87e37d374d5e0 100644 (file)
@@ -28,9 +28,9 @@ unless the B<-o> option is specified (see below).
 
 =item B<-f>
 
-Force overwrite.  Normally, B<llvm-extract> will refuse to overwrite an
-output file that already exists.  With this option, B<llvm-extract>
-will overwrite the output file and replace it with new bitcode.
+Enable binary output on terminals.  Normally, B<llvm-extract> will refuse to
+write raw bitcode output if the output stream is a terminal. With this option,
+B<llvm-extract> will write raw bitcode regardless of the output device.
 
 =item B<--func> I<function-name>