]> arthur.barton.de Git - bup.git/blobdiff - cmd/on-cmd.py
Add bup get; see the documentation for further information
[bup.git] / cmd / on-cmd.py
index e4f660c10bf15b4ba901ea2a9acc44004cb711bd..0643ef8002e517e3808e436d32313911868f43d7 100755 (executable)
@@ -17,6 +17,7 @@ optspec = """
 bup on <hostname> index ...
 bup on <hostname> save ...
 bup on <hostname> split ...
+bup on <hostname> get ...
 """
 o = options.Options(optspec, optfunc=getopt.getopt)
 (opt, flags, extra) = o.parse(sys.argv[1:])