Sun Oct 25 12:12:06 2009 Michael Jennings (mej)

Fix some bad replacements.
----------------------------------------------------------------------


SVN revision: 43279
This commit is contained in:
Michael Jennings 2009-10-25 20:05:16 +00:00
parent 7b63ff93b9
commit b9dbac51a3
3 changed files with 6 additions and 2 deletions

View File

@ -5700,3 +5700,7 @@ Sun Oct 25 11:35:50 2009 Michael Jennings (mej)
Merge code from 0.9.5. 0.10 branch is now up-to-date.
----------------------------------------------------------------------
Sun Oct 25 12:12:06 2009 Michael Jennings (mej)
Fix some bad replacements.
----------------------------------------------------------------------

View File

@ -2719,7 +2719,7 @@ ns_inp_tab(void *xd, char *b, size_t l, size_t m)
"resize", "screen", "scrollback", "select",
"sessionname", "setenv", "setsid", "shell",
"shelltitle", "silence", "silencewait", "sleep",
"slowpast", "source", "sorendition", "spiftool_split", "stuff",
"slowpast", "source", "sorendition", "split", "stuff",
"su", "suspend", "term", "termcap", "terminfo",
"termcapinfo", "unsetenv", "utf8", "vbell",
"vbell_msg", "vbellwait", "verbose", "version",

View File

@ -382,7 +382,7 @@ usage(void)
printf(" (bool) -- Boolean option ('1', 'on', 'yes', or 'true' to activate, '0', 'off', 'no', or 'false' to deactivate)\n");
printf(" (int) -- Integer option (any signed number of reasonable value, usually in decimal/octal/hex)\n");
printf(" (str) -- String option (be sure to quote strings if needed to avoid shell expansion)\n");
printf(" (strs) -- Stringlist option (quoting strings will be spiftool_split on whitespace)\n\n");
printf(" (strs) -- Stringlist option (quoting strings will be split on whitespace)\n\n");
printf("NOTE: Long options can be separated from their values by an equal sign ('='), or you can\n");
printf(" pass the value as the following argument on the command line (e.g., '--scrollbar 0'\n");