summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/hcl/app.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hcl/app.rb b/lib/hcl/app.rb
index 4f2530b..f15c071 100644
--- a/lib/hcl/app.rb
+++ b/lib/hcl/app.rb
@@ -168,7 +168,7 @@ EOM
puts "Please specify your Harvest credentials.\n"
config['login'] = ask("Email Address: ").to_s
config['password'] = ask("Password: ") { |q| q.echo = false }.to_s
- config['subdomain'] = ask("Subdomain: ").to_s
+ config['subdomain'] = ask("Subdomain (acme in acme.harvestapp.com): ").to_s
@http = HCl::Net.new config
write_config config
end