diff options
Diffstat (limited to 'usr/src/cmd/backup/restore/main.c')
-rw-r--r-- | usr/src/cmd/backup/restore/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/backup/restore/main.c b/usr/src/cmd/backup/restore/main.c index b1dc21fb9d..9903c4ee04 100644 --- a/usr/src/cmd/backup/restore/main.c +++ b/usr/src/cmd/backup/restore/main.c @@ -1,5 +1,5 @@ /* - * Copyright 1998, 2001-2003 Sun Microsystems, Inc. All rights reserved. + * Copyright 2005 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -227,7 +227,7 @@ If set, the envar TMPDIR selects where temporary files are kept\n"), break; case 'l': autoload++; - /*FALLTHROUGH*/ + break; case 'o': offline++; break; |