The argument `-a` is used twice (render animation & animation playback). Parsing logic works since their handled at different passes however printing help text could return either since passes aren't used for matching. Workaround the problem using a deterministic lookup when printing help text which that skips arguments that have already been handled.