| 1321 | } |
| 1322 | |
| 1323 | void help_rm_gpg_user (std::ostream& out) |
| 1324 | { |
| 1325 | // |--------------------------------------------------------------------------------| 80 chars |
| 1326 | out << "Usage: git-crypt rm-gpg-user [OPTIONS] GPG_USER_ID ..." << std::endl; |
| 1327 | out << std::endl; |
| 1328 | out << " -k, --key-name KEYNAME Remove user from given key, instead of default" << std::endl; |
| 1329 | out << " -n, --no-commit Don't automatically commit" << std::endl; |
| 1330 | out << std::endl; |
| 1331 | } |
| 1332 | int rm_gpg_user (int argc, const char** argv) // TODO |
| 1333 | { |
| 1334 | std::clog << "Error: rm-gpg-user is not yet implemented." << std::endl; |