mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-14 23:50:49 +02:00
commit bash-20120831 snapshot
This commit is contained in:
@@ -1830,7 +1830,7 @@ show_shell_usage (fp, extra)
|
||||
fprintf (fp, "\t--%s\n", long_args[i].name);
|
||||
|
||||
fputs (_("Shell options:\n"), fp);
|
||||
fputs (_("\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n"), fp);
|
||||
fputs (_("\t-ilrsD or -c command or -O shopt_option\t\t(invocation only)\n"), fp);
|
||||
|
||||
for (i = 0, set_opts = 0; shell_builtins[i].name; i++)
|
||||
if (STREQ (shell_builtins[i].name, "set"))
|
||||
|
||||
Reference in New Issue
Block a user