diff options
Diffstat (limited to 'src/truncate.c')
-rw-r--r-- | src/truncate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/truncate.c b/src/truncate.c index 5bc541c97..b8f32c74f 100644 --- a/src/truncate.c +++ b/src/truncate.c @@ -121,8 +121,8 @@ Mandatory arguments to long options are mandatory for short options too.\n\ emit_size_note (); fputs (_("\n\ SIZE may also be prefixed by one of the following modifying characters:\n\ -`+' extend by, `-' reduce by, `<' at most, `>' at least,\n\ -`/' round down to multiple of, `%' round up to multiple of.\n"), stdout); +'+' extend by, '-' reduce by, '<' at most, '>' at least,\n\ +'/' round down to multiple of, '%' round up to multiple of.\n"), stdout); emit_ancillary_info (); } exit (status); |