diff options
| author | 2008-03-17 15:46:05 +0000 | |
|---|---|---|
| committer | 2008-03-17 15:46:05 +0000 | |
| commit | c72ff33ec430902602996a80671ed33acce0b22e (patch) | |
| tree | 5f93579ccae86bc95558e33b8f3ca0d14c1f95bd /src | |
| parent | fixed typos. thanks to Kuja^ (diff) | |
| download | KVIrc-c72ff33ec430902602996a80671ed33acce0b22e.tar.gz KVIrc-c72ff33ec430902602996a80671ed33acce0b22e.tar.bz2 KVIrc-c72ff33ec430902602996a80671ed33acce0b22e.zip | |
fixed a typo, thx to SpeedyGhost
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1228 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src')
| -rw-r--r-- | src/kvirc/kvs/kvi_kvs_corecallbackcommands.cpp | 2 | ||||
| -rw-r--r-- | src/kvirc/kvs/kvi_kvs_coresimplecommands_gl.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/kvirc/kvs/kvi_kvs_corecallbackcommands.cpp b/src/kvirc/kvs/kvi_kvs_corecallbackcommands.cpp index 418098a6c..c45a8995a 100644 --- a/src/kvirc/kvs/kvi_kvs_corecallbackcommands.cpp +++ b/src/kvirc/kvs/kvi_kvs_corecallbackcommands.cpp @@ -62,7 +62,7 @@ namespace KviKvsCoreCallbackCommands @switches: !sw: --ipv6 | -i Causes the command to run in IPv6 mode - !sw: --any | -i + !sw: --any | -a Causes the command to run in unspecified mode and lookup both IPv4 and IPv6 addresses @description: Starts a DNS lookup for the <dnsquery> and reports the diff --git a/src/kvirc/kvs/kvi_kvs_coresimplecommands_gl.cpp b/src/kvirc/kvs/kvi_kvs_coresimplecommands_gl.cpp index 8847b51e3..6f1ffb642 100644 --- a/src/kvirc/kvs/kvi_kvs_coresimplecommands_gl.cpp +++ b/src/kvirc/kvs/kvi_kvs_coresimplecommands_gl.cpp @@ -259,7 +259,7 @@ try_again: @switches: !sw: --ipv6 | -i Causes the command to run in IPv6 mode - !sw: --any | -i + !sw: --any | -a Causes the command to run in unspecified mode and lookup both IPv4 and IPv6 addresses @description: Starts a DNS lookup for the <dnsquery> (hostname) and prints |
