diff options
author | Daniel <kingdread@gmx.de> | 2022-04-08 21:47:03 +0200 |
---|---|---|
committer | Daniel <kingdread@gmx.de> | 2022-04-08 21:47:03 +0200 |
commit | 72408e6a668281ca6d1f867838f6e52c5bf8828c (patch) | |
tree | 32c2e1745c5e17f60d54bf9995fcd66dd1b86dee /src/main.rs | |
parent | 42f6edddc43888463b2b632e4b17f70ae7c6f76b (diff) | |
download | raidgrep-72408e6a668281ca6d1f867838f6e52c5bf8828c.tar.gz raidgrep-72408e6a668281ca6d1f867838f6e52c5bf8828c.tar.bz2 raidgrep-72408e6a668281ca6d1f867838f6e52c5bf8828c.zip |
update documentation for new EoD content
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index be14ced..b4eefbf 100644 --- a/src/main.rs +++ b/src/main.rs @@ -77,7 +77,8 @@ const RETCODE_ERROR: i32 = 2; /// mo, samarog, deimos, desmina, river, broken king, eater, eyes, /// dhuum, ca, largos, qadim, adina, sabir, qadimp, ai, skorvald, /// artsariiv, arkk, mama, siax, ensolyss, icebrood, fraenir, kodans, -/// boneskinner, whisper, standard golem, medium golem, large golem. +/// boneskinner, whisper, mai, ankka, li, dragonvoid, standard golem, medium golem, +/// large golem. /// Names can also be comma separated. #[derive(StructOpt, Debug)] #[structopt(verbatim_doc_comment)] |