]> git.saurik.com Git - apple/security.git/blame - sec/SecurityTool/builtin_commands.h
Security-55471.tar.gz
[apple/security.git] / sec / SecurityTool / builtin_commands.h
CommitLineData
427c49bc
A
1//
2// builtin_commands.h
3// sec
4//
5// Created by Mitch Adler on 1/9/13.
6//
7//
8
9#include "SecurityTool/security_tool_commands.h"
10
11SECURITY_COMMAND("help", help,
12 "[command ...]",
13 "Show all commands. Or show usage for a command.")
14
15SECURITY_COMMAND("digest", command_digest,
16 "algo file(s)...\n"
17 "Where algo is one of:\n"
18 " sha1\n"
19 " sha256\n"
20 " sha512\n",
21 "Calculate a digest over the given file(s).")