| 946 | } |
| 947 | |
| 948 | void help_init (std::ostream& out) |
| 949 | { |
| 950 | // |--------------------------------------------------------------------------------| 80 chars |
| 951 | out << "Usage: git-crypt init [OPTIONS]" << std::endl; |
| 952 | out << std::endl; |
| 953 | out << " -k, --key-name KEYNAME Initialize the given key, instead of the default" << std::endl; |
| 954 | out << std::endl; |
| 955 | } |
| 956 | |
| 957 | int init (int argc, const char** argv) |
| 958 | { |
no outgoing calls
no test coverage detected