浏览代码

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>
Cole Robinson 12 年之前
父节点
当前提交
805695daf6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      qemu.sasl

+ 1 - 1
qemu.sasl

@@ -26,7 +26,7 @@ keytab: /etc/qemu/krb5.tab
 
 
 # If using digest-md5 for username/passwds, then this is the file
 # If using digest-md5 for username/passwds, then this is the file
 # containing the passwds. Use 'saslpasswd2 -a qemu [username]'
 # 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
 sasldb_path: /etc/qemu/passwd.db