---
client/libsinan/gen_handler.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/client/libsinan/gen_handler.py b/client/libsinan/gen_handler.py
index d44c370..55250b0 100644
--- a/client/libsinan/gen_handler.py
+++ b/client/libsinan/gen_handler.py
@@ -28,9 +28,9 @@ class GenHandler(libsinan.handler.Handler):
def get_application_names(self):
- print ("Please specify the names the OTP apps" +
+ print ("Please specify the name the OTP app" +
" that you would like to create within this project.")
- value = self.ask_user('apps', None, self.APPS_VALIDATOR)
+ value = self.ask_user('app', None, self.APPS_VALIDATOR)
values = value.split()
more = self.ask_user('would you like to enter more y/n', 'n').upper()
--
1.6.1.3
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"erlware-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/erlware-dev?hl=en
-~----------~----~----~----~------~----~------~--~---