diff options
| author | 2016-03-22 10:50:32 -0400 | |
|---|---|---|
| committer | 2016-03-22 10:50:32 -0400 | |
| commit | 5c85aae118d59fe377e62b91aa54585e67578e93 (patch) | |
| tree | 8867e756999e0b6f59eb2ec726f438c35886008f /src/modules | |
| parent | Merge pull request #1909 from staticfox/chghost_output (diff) | |
| download | KVIrc-5c85aae118d59fe377e62b91aa54585e67578e93.tar.gz KVIrc-5c85aae118d59fe377e62b91aa54585e67578e93.tar.bz2 KVIrc-5c85aae118d59fe377e62b91aa54585e67578e93.zip | |
Fixed documentation typo
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/window/libkviwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/window/libkviwindow.cpp b/src/modules/window/libkviwindow.cpp index 1b9125d1f..8d931da67 100644 --- a/src/modules/window/libkviwindow.cpp +++ b/src/modules/window/libkviwindow.cpp @@ -1345,7 +1345,7 @@ static bool initializeCryptEngine(KviCryptEngine * eng,KviCString &szEncryptKey, @short: Sets the crypt engine for a window that supports it @syntax: - window.setCryptEngine [-q] [-n] [-m] <window_id:integer> <enginename:string> <hex_encrypt_key;string> [hex_decrypt_key:string] + window.setCryptEngine [-q] [-n] [-m] <window_id:integer> <enginename:string> <hex_encrypt_key:string> [hex_decrypt_key:string] @switches: !sw: -q | --quiet Be quiet: do echo the raw data. |
