diff options
| author | Jim Meyering <jim@meyering.net> | 1997-02-01 04:24:08 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 1997-02-01 04:24:08 +0000 |
| commit | a882d55b5246251a558ad2c05c5547b76a8f0efb (patch) | |
| tree | 879748321773ca97caa27b6bcd17de8f3c6384e8 /src/sync.c | |
| parent | bracket bug address with <> and append a period (diff) | |
| download | coreutils-a882d55b5246251a558ad2c05c5547b76a8f0efb.tar.gz coreutils-a882d55b5246251a558ad2c05c5547b76a8f0efb.zip | |
bracket bug address with <> and append a period
Diffstat (limited to 'src/sync.c')
| -rw-r--r-- | src/sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sync.c b/src/sync.c index 6e9eb50c0..fe30ada2f 100644 --- a/src/sync.c +++ b/src/sync.c @@ -43,7 +43,7 @@ Force changed blocks to disk, update the super block.\n\ --help display this help and exit\n\ --version output version information and exit\n\ ")); - puts (_("\nReport bugs to fileutils-bugs@gnu.ai.mit.edu")); + puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>.")); } exit (status); } |
