mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Clarify SMB username format
This commit is contained in:
parent
8b59cc48c7
commit
4ded8f098f
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ module VagrantPlugins
|
|||
smb_username = username if username != ""
|
||||
modify_username = true
|
||||
else
|
||||
smb_username = machine.ui.ask("Username: ")
|
||||
smb_username = machine.ui.ask("Username (user[@domain]): ")
|
||||
end
|
||||
|
||||
smb_password = machine.ui.ask("Password (will be hidden): ", echo: false)
|
||||
|
|
|
|||
Loading…
Reference in a new issue