X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=builtins%2Fhelp.def;fp=builtins%2Fhelp.def;h=95a1a360b13f4b8028edf7c0d41107d37eff61e8;hb=690150f9e5e860a4211e71ef4446938bb57ee983;hp=ad4732f9fadaf553c5c5bdfc350ed0ede364034c;hpb=54a5fbe126d2a28913a81f7191d7ac6db70e1f43;p=thirdparty%2Fbash.git diff --git a/builtins/help.def b/builtins/help.def index ad4732f9f..95a1a360b 100644 --- a/builtins/help.def +++ b/builtins/help.def @@ -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);