]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - builtins/read.def
bash-4.4 rc1 release
[thirdparty/bash.git] / builtins / read.def
index 75a0b13e9b882534146b56cd7cf659dc61f40298..5e2348cee56f34612a2131955d409ac5b1300942 100644 (file)
@@ -1,7 +1,7 @@
 This file is read.def, from which is created read.c.
 It implements the builtin "read" in Bash.
 
-Copyright (C) 1987-2012 Free Software Foundation, Inc.
+Copyright (C) 1987-2015 Free Software Foundation, Inc.
 
 This file is part of GNU Bash, the Bourne Again SHell.
 
@@ -317,6 +317,7 @@ read_builtin (list)
        case 'd':
          delim = *list_optarg;
          break;
+       CASE_HELPOPT;
        default:
          builtin_usage ();
          return (EX_USAGE);