]> arthur.barton.de Git - bup.git/blobdiff - main.py
client.py,git.py: run 'bup midx -a' automatically sometimes.
[bup.git] / main.py
diff --git a/main.py b/main.py
index ee80c315b4ce49b6afb3fd74b4fb42ff1d0cd55f..c43978c7374a76233f8d105fa2aebfe3afa1641c 100755 (executable)
--- a/main.py
+++ b/main.py
@@ -35,12 +35,8 @@ def usage():
         fuse = 'Mount your backup sets as a filesystem',
         help = 'Print detailed help for the given command',
         index = 'Create or display the index of files to back up',
-        join = 'Retrieve a file backed up using "bup split"',
-        ls = 'Browse the files in your backup sets',
-        midx = 'Index objects to speed up future backups',
         on = 'Backup a remote machine to the local one',
         save = 'Save files into a backup set (note: run "bup index" first)',
-        split = 'Split a single file into its own backup set',
         web = 'Launch a web server to examine backup sets',
     )