diff options
| author | Shulhan <ms@kilabit.info> | 2022-05-22 19:20:32 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-05-22 19:21:26 +0700 |
| commit | a5f6725a3e35d549bf3a5b4d55820810e87a0549 (patch) | |
| tree | b88242c8c73e9c007f8885a52651f1131f04d1aa /_www/doc/resolver.adoc | |
| parent | b2b98d9fb700e0eb234ca486d19ab9be82221289 (diff) | |
| download | rescached-a5f6725a3e35d549bf3a5b4d55820810e87a0549.tar.xz | |
cmd/resolver: changes the help flag to command
Executing "resolver help" will print the command usage.
Diffstat (limited to '_www/doc/resolver.adoc')
| -rw-r--r-- | _www/doc/resolver.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/_www/doc/resolver.adoc b/_www/doc/resolver.adoc index a5bfcfb..a68832b 100644 --- a/_www/doc/resolver.adoc +++ b/_www/doc/resolver.adoc @@ -71,6 +71,12 @@ Default to https://127.0.0.1:5380 if its empty. == COMMANDS +=== GENERAL + +`help`:: ++ +Print the general usage. + === QUERY `query <domain / ip-address> [type] [class]`:: |
