]> xenbits.xensource.com Git - libvirt.git/commit
Use standard spacing for user/pass prompt
authorCole Robinson <crobinso@redhat.com>
Wed, 24 Feb 2010 19:19:28 +0000 (14:19 -0500)
committerCole Robinson <crobinso@redhat.com>
Thu, 25 Feb 2010 16:43:57 +0000 (11:43 -0500)
commit8ac0334ebd1ffdb7391288aaafdd8e3f7bc32d57
tree921bf482d3b6c514b6aeaebcca715893851e62fe
parentb39c2068e429a8ad118cc1f30e249d0b7bc97bb9
Use standard spacing for user/pass prompt

Kind of minor, but it annoys me that the default auth callback
doesn't put a space between the prompt and the input, like a typical
terminal, ssh, etc. This patch changes the current prompt:

Please enter your authentication name:myuser

to

Please enter your authentication name: myuser
src/libvirt.c