Clean up help and avoid using backticks as quoting chars.
This commit is contained in:
+1
-1
@@ -108,7 +108,7 @@ void do_one_file(const char *iname, char *oname)
|
||||
if (opt->to_stdout)
|
||||
{
|
||||
if (!fo.openStdout(1, opt->force ? true : false))
|
||||
throwIOException("data not written to a terminal; Use `-f' to force.");
|
||||
throwIOException("data not written to a terminal; Use '-f' to force.");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user