diff options
Diffstat (limited to 'tdm')
-rw-r--r-- | tdm/README | 2 | ||||
-rw-r--r-- | tdm/backend/dm.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tdm/README b/tdm/README index 6c0fce18b..86771ad46 100644 --- a/tdm/README +++ b/tdm/README @@ -361,7 +361,7 @@ TDM accepts two command line options related to logging: Logs from "-debug 7" are usually a good start. - -logfile <file> + -error <file>, -logfile <file> <file> is the file to log various messages to. The default log file is /var/log/tdm.log. For internal reasons there is no option in tdmrc to permanently specify the log file location. If you redirect TDM's diff --git a/tdm/backend/dm.c b/tdm/backend/dm.c index d372dd472..cd672f39a 100644 --- a/tdm/backend/dm.c +++ b/tdm/backend/dm.c @@ -182,9 +182,9 @@ main( int argc, char **argv ) printf( "Usage: %s [options] [tty]\n" " -daemon\t - Daemonize even when started by init\n" " -nodaemon\t - Don't daemonize even when started from command line\n" -" -config <file> - Use alternative master configuration file\n" +" -config <file> - Use alternate master configuration file\n" " -xrm <res>\t - Override frontend-specific resource\n" -" -error <file>\t - Use alternative log file\n" +" -error <file>\t - (Or -logfile <file>) Use alternate log file\n" " -debug <num>\t - Debug option bitfield:\n" "\t\t\t0x1 - core log\n" "\t\t\t0x2 - config reader log\n" |