diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2021-02-11 09:25:20 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2021-02-11 10:37:28 +0000 |
commit | b6e79c211cc170f00b056d96cee195cb3ae56148 (patch) | |
tree | 543dc45aa60541e39df36beb1609f178f24f92cc | |
parent | Update manpage for -insecure option (diff) | |
download | w3m-b6e79c211cc170f00b056d96cee195cb3ae56148.tar.gz w3m-b6e79c211cc170f00b056d96cee195cb3ae56148.zip |
Update wording for -debug option
-rw-r--r-- | doc/w3m.1 | 6 | ||||
-rw-r--r-- | main.c | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -200,13 +200,13 @@ use \fIfile\fR instead of the default bookmark.html file \fB\-config \fIfile\fR use \fIfile\fR instead of the default configuration file .TP -\fB\-debug\fP -DO NOT USE -.TP \fB\-o \fIoption=value\fR modify one configuration item with an explicitly given value; without \fIoption=value\fR, equivalent to \fB\-show-option\fR .TP +\fB\-debug\fP +use debug mode (only for debugging) +.TP \fB\-reqlog\fP log headers of HTTP communication in file \f(CW~/.w3m/request.log\fP .SH EXAMPLES @@ -271,10 +271,10 @@ fusage(FILE * f, int err) fprintf(f, " -o opt=value assign value to config option\n"); fprintf(f, " -show-option print all config options\n"); fprintf(f, " -config file specify config file\n"); + fprintf(f, " -debug use debug mode (only for debugging)\n"); + fprintf(f, " -reqlog write request logfile\n"); fprintf(f, " -help print this usage message\n"); fprintf(f, " -version print w3m version\n"); - fprintf(f, " -reqlog write request logfile\n"); - fprintf(f, " -debug DO NOT USE\n"); if (show_params_p) show_params(f); exit(err); |