]> git.saurik.com Git - apple/security.git/blobdiff - sec/SOSCircle/Tool/SOSCommands.h
Security-57031.1.35.tar.gz
[apple/security.git] / sec / SOSCircle / Tool / SOSCommands.h
diff --git a/sec/SOSCircle/Tool/SOSCommands.h b/sec/SOSCircle/Tool/SOSCommands.h
deleted file mode 100644 (file)
index cdc8bf0..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-//
-//  SOSCommands.h
-//  sec
-//
-//  Created by Mitch Adler on 1/9/13.
-//
-//
-
-#include <SecurityTool/security_tool_commands.h>
-
-SECURITY_COMMAND("sync", keychain_sync,
-                 "[options]\n"
-                 "    -e     Enable Keychain Syncing (join/create circle)\n"
-                 "    -d     Disable Keychain Syncing\n"
-                 "    -a     Accept all applicants\n"
-                 "    -r     Reject all applicants\n"
-                 "    -i     Info\n"
-                 "    -k     Pend all registered kvs keys\n"
-                 "    -s     Schedule sync with all peers\n"
-                 "    -R     Reset\n"
-                 "    -O     ResetToOffering\n"
-                 "    -C     Clear all values from KVS\n"
-                 "    -P    [label:]password  Set password (optionally for a given label) for sync\n"
-                 "    -D    [itemName]  Dump contents of KVS\n"
-                 "    -P    [label:]password  Set password (optionally for a given label) for sync\n"
-                 "    -T    [label:]password  Try password (optionally for a given label) for sync\n"
-                 "    -U     Purge private key material cache\n"
-                 "    -D    [itemName]  Dump contents of KVS\n"
-                 "    -W    itemNames  sync and dump\n",
-                 "    -X    [limit]  Best effort bail from circle in limit seconds\n"
-                 "Keychain Syncing controls." )
-