- Added note on usage of '~' in SCYTHERDIR.

This commit is contained in:
ccremers 2005-12-29 10:56:09 +00:00
parent ab2f2469c0
commit 515dec7f8b

View File

@ -1090,7 +1090,8 @@ switcher (const int process, int index, int commandline)
(" SCYTHERFLAGS Put any default command-line options here, syntax as on the command line.\n"); (" SCYTHERFLAGS Put any default command-line options here, syntax as on the command line.\n");
printf printf
(" SCYTHERDIR Colon-separated path of directories to search for input files if a file\n"); (" SCYTHERDIR Colon-separated path of directories to search for input files if a file\n");
printf (" is not found in the current directory.\n"); printf
(" is not found in the current directory. Note: use '$HOME' instead of '~'.\n");
} }
return 0; return 0;