Clean up help and avoid using backticks as quoting chars.
This commit is contained in:
+1
-1
@@ -131,7 +131,7 @@ public:
|
||||
|
||||
off_t getBytesWritten() const { return bytes_written; }
|
||||
|
||||
// FIXME - these won't work when using the `--stdout' option
|
||||
// FIXME - these won't work when using the '--stdout' option
|
||||
virtual void seek(off_t off, int whence)
|
||||
{
|
||||
assert(!opt->to_stdout);
|
||||
|
||||
Reference in New Issue
Block a user