From 515dec7f8b0114d379418b509165caf1d2c438fa Mon Sep 17 00:00:00 2001 From: ccremers Date: Thu, 29 Dec 2005 10:56:09 +0000 Subject: [PATCH] - Added note on usage of '~' in SCYTHERDIR. --- src/switches.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/switches.c b/src/switches.c index d626b0e..192bb43 100644 --- a/src/switches.c +++ b/src/switches.c @@ -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"); printf (" 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;