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

« back to all changes in this revision

Viewing changes to src/uniq.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
/* uniq -- remove duplicate lines from a sorted file
2
 
   Copyright (C) 1986-2012 Free Software Foundation, Inc.
 
2
   Copyright (C) 1986-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
140
140
writing to OUTPUT (or standard output).\n\
141
141
\n\
142
142
With no options, matching lines are merged to the first occurrence.\n\
143
 
\n\
144
 
"), stdout);
145
 
     fputs (_("\
146
 
Mandatory arguments to long options are mandatory for short options too.\n\
147
 
"), stdout);
 
143
"), stdout);
 
144
 
 
145
      emit_mandatory_arg_note ();
 
146
 
148
147
     fputs (_("\
149
148
  -c, --count           prefix lines by the number of occurrences\n\
150
149
  -d, --repeated        only print duplicate lines\n\