• antirez's avatar
    Change indentation and other minor details of PR #4489. · 522760fa
    antirez authored
    The main change introduced by this commit is pretending that help
    arrays are more text than code, thus indenting them at level 0. This
    improves readability, and is an old practice when defining arrays of
    C strings describing text.
    
    Additionally a few useless return statements are removed, and the HELP
    subcommand capitalized when printed to the user.
    522760fa
scripting.c 85.9 KB