MCPcopy Create free account
hub / github.com/AGWA/git-crypt / help_init

Function help_init

commands.cpp:948–955  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

946}
947
948void 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
957int init (int argc, const char** argv)
958{

Callers 2

help_for_commandFunction · 0.85
initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected