このコミットが含まれているのは:
守矢諏訪子 2023-11-30 00:30:52 +09:00
コミット 8c3adb8ba2
1個のファイルの変更2行の追加0行の削除

2
main.c
ファイルの表示

@ -19,6 +19,8 @@ const char* sofname = "sp";
const char* version = "1.0.0";
void helpme() {
printf(" sp - シンプルなパスワードマネージャー\n");
printf("https://076.moe/ | https://gitler.moe/suwako/sp\n\n");
printf("使い方:\n");
printf("%s -i <gpg-id> GPGと使ってパスワードストレージを初期設定\n", sofname);
printf("%s -s <パスワード名> :パスワードを表示\n", sofname);