diff options
Diffstat (limited to 'gcc/ada/bindusg.adb')
-rw-r--r-- | gcc/ada/bindusg.adb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ada/bindusg.adb b/gcc/ada/bindusg.adb index 95e0e9c91d1..163f92ed1cb 100644 --- a/gcc/ada/bindusg.adb +++ b/gcc/ada/bindusg.adb @@ -6,8 +6,7 @@ -- -- -- B o d y -- -- -- --- -- --- Copyright (C) 1992-2001 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2002 Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -195,7 +194,7 @@ begin -- Line for -T switch - Write_Str (" -Tn Set time slice value to n microseconds (n >= 0)"); + Write_Str (" -Tn Set time slice value to n milliseconds (n >= 0)"); Write_Eol; -- Line for -v switch |