]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - builtins/help.def
bash-4.4 rc1 release
[thirdparty/bash.git] / builtins / help.def
index ad4732f9fadaf553c5c5bdfc350ed0ede364034c..95a1a360b13f4b8028edf7c0d41107d37eff61e8 100644 (file)
@@ -1,7 +1,7 @@
 This file is help.def, from which is created help.c.
 It implements the builtin "help" in Bash.
 
-Copyright (C) 1987-2013 Free Software Foundation, Inc.
+Copyright (C) 1987-2015 Free Software Foundation, Inc.
 
 This file is part of GNU Bash, the Bourne Again SHell.
 
@@ -113,6 +113,7 @@ help_builtin (list)
        case 's':
          sflag = 1;
          break;
+       CASE_HELPOPT;
        default:
          builtin_usage ();
          return (EX_USAGE);