~ubuntu-branches/ubuntu/utopic/coreutils/utopic-proposed

« back to all changes in this revision

Viewing changes to src/tail.c

  • Committer: Colin Watson
  • Date: 2013-10-30 15:48:33 UTC
  • mfrom: (8.3.5 sid)
  • Revision ID: cjwatson@canonical.com-20131030154833-xdt6e1yfffqom1c4
merge from Debian 8.21-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* tail -- output the last part of file(s)
2
 
   Copyright (C) 1989-2012 Free Software Foundation, Inc.
 
2
   Copyright (C) 1989-2013 Free Software Foundation, Inc.
3
3
 
4
4
   This program is free software: you can redistribute it and/or modify
5
5
   it under the terms of the GNU General Public License as published by
263
263
Print the last %d lines of each FILE to standard output.\n\
264
264
With more than one FILE, precede each with a header giving the file name.\n\
265
265
With no FILE, or when FILE is -, read standard input.\n\
266
 
\n\
267
266
"), DEFAULT_N_LINES);
268
 
     fputs (_("\
269
 
Mandatory arguments to long options are mandatory for short options too.\n\
270
 
"), stdout);
 
267
 
 
268
      emit_mandatory_arg_note ();
 
269
 
271
270
     fputs (_("\
272
271
  -c, --bytes=K            output the last K bytes; alternatively, use -c +K\n\
273
272
                           to output bytes starting with the Kth of each file\n\