diff options
author | Steve McIntyre <steve.mcintyre@linaro.org> | 2018-02-02 17:08:04 +0000 |
---|---|---|
committer | Steve McIntyre <steve.mcintyre@linaro.org> | 2018-02-02 17:08:04 +0000 |
commit | 53787d2f62557558a50f59c98c5db90b0eceae94 (patch) | |
tree | 938c07af05228cc22adb0d145745e9ea71f8e8ed /README | |
parent | a6b485d55a1a9023950c71dbb06b44705d556e5c (diff) | |
download | vland-53787d2f62557558a50f59c98c5db90b0eceae94.tar.gz |
Renamed the admin program from "admin.py" to "vland-admin"
This will make packaging easier
Change-Id: I840aa8e73911bcb4b02903a0202178005e2c58b3
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -84,9 +84,9 @@ permissions in the database for that user. The core VLANd code is simple to configure - see vland.cfg for an example config file. Once your copy of VLANd is running, use the -administration utility admin.py to control what it does. For now, this -is single-threaded and has *no* security. This *will* change in the -future, but for very early development has not been a priority. +administration utility "vland-admin" to control what it does. For now, +this is single-threaded and has *no* security. This *will* change in +the future, but for very early development has not been a priority. The visualisation interface has very few configuration options as yet - again, see the default vland.cfg. |