diff options
author | drebs <drebs@leap.se> | 2014-01-22 14:51:45 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2014-01-22 14:51:45 -0200 |
commit | 0bf2f9ec215f3c638701631e5676b670d7acc1b9 (patch) | |
tree | e48ae5a55b5692954b3b9ab8a81eb7a2b17b0cf9 /scripts/README.rst | |
parent | 1388f5bc6563f3b8ca5d3c70ef22a9b6966cff04 (diff) |
Fix dev scripts doc and names.
Diffstat (limited to 'scripts/README.rst')
-rw-r--r-- | scripts/README.rst | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/scripts/README.rst b/scripts/README.rst index fdd1d642..37cf2c0e 100644 --- a/scripts/README.rst +++ b/scripts/README.rst @@ -2,16 +2,3 @@ Soledad Scripts =============== The scripts in this directory are meant to be used for development purposes. - -Currently, the scripts are: - - * server-side-db.py: Gives access to server-side soledad user database, - based on the configuration in /etc/leap/soledad-server.conf. One should - use it as: - - python -i server-side-db.py <uuid> - - * client-side-db.py: Gives access to client-side soledad user database, - based on data stored in ~/.config/leap/soledad. One should use it as: - - python -i client-side-db.py <uuid> <passphrase> |