| 1403 | } |
| 1404 | |
| 1405 | void help_keygen (std::ostream& out) |
| 1406 | { |
| 1407 | // |--------------------------------------------------------------------------------| 80 chars |
| 1408 | out << "Usage: git-crypt keygen FILENAME" << std::endl; |
| 1409 | out << std::endl; |
| 1410 | out << "When FILENAME is -, write to standard out." << std::endl; |
| 1411 | } |
| 1412 | int keygen (int argc, const char** argv) |
| 1413 | { |
| 1414 | if (argc != 1) { |
no outgoing calls
no test coverage detected