diff options
author | Cole Robinson | 2013-07-09 16:07:53 +0200 |
---|---|---|
committer | Michael Tokarev | 2013-07-19 10:52:03 +0200 |
commit | 805695daf64879959e3ea357fe9c391ddacea9c6 (patch) | |
tree | 531f25fb816938db6bbc66aa844855bb280e94c3 | |
parent | slirp: remove mbuf(m_hdr,m_dat) indirection (diff) | |
download | qemu-805695daf64879959e3ea357fe9c391ddacea9c6.tar.gz qemu-805695daf64879959e3ea357fe9c391ddacea9c6.tar.xz qemu-805695daf64879959e3ea357fe9c391ddacea9c6.zip |
Fix command example in qemu.sasl
sasldblistusers2 doesn't have a '-a' option
Signed-off-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r-- | qemu.sasl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ keytab: /etc/qemu/krb5.tab # If using digest-md5 for username/passwds, then this is the file # containing the passwds. Use 'saslpasswd2 -a qemu [username]' -# to add entries, and 'sasldblistusers2 -a qemu' to browse it +# to add entries, and 'sasldblistusers2 -f [sasldb_path]' to browse it sasldb_path: /etc/qemu/passwd.db |