1 files changed, 12 insertions(+), 1 deletions(-)

M infocalypse/commands.py
M infocalypse/commands.py +12 -1
@@ 197,7 197,18 @@ def infocalypse_copy(ui_, repo, **opts):
 
 
 def infocalypse_reinsert(ui_, repo, **opts):
-    """ Reinsert the current version of an Infocalypse repository. """
+    """Reinsert the current version of an Infocalypse repository.
+
+option levels:
+
+1: Re-insert top key(s) and graph(s).
+2: Re-insert top key(s) if possible, graph(s), latest update.
+3: Re-insert top key(s) if possible, graph(s), all bootstrap CHKs.
+4: Insert redundant keys for > 7Mb updates.
+5: Re-insert redundant updates > 7Mb.
+
+Levels 1 and 4 require the private key.
+    """
     params, stored_cfg = get_config_info(ui_, opts)
 
     if not opts['uri']: