You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by na...@apache.org on 2014/05/06 22:59:12 UTC

[02/11] git commit: Updated log statement - android=>amazon-fireos.

Updated log statement - android=>amazon-fireos.


Project: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/commit/31bfe2dd
Tree: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/tree/31bfe2dd
Diff: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/diff/31bfe2dd

Branch: refs/heads/master
Commit: 31bfe2ddc10c04d646a2be7e677a2372b4800ac9
Parents: b3c4d58
Author: Archana Naik <na...@lab126.com>
Authored: Thu May 1 15:38:42 2014 -0700
Committer: Archana Naik <na...@lab126.com>
Committed: Tue May 6 13:58:46 2014 -0700

----------------------------------------------------------------------
 bin/create | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/blob/31bfe2dd/bin/create
----------------------------------------------------------------------
diff --git a/bin/create b/bin/create
index 7b64d5f..0e2da85 100755
--- a/bin/create
+++ b/bin/create
@@ -24,7 +24,7 @@ var args  = require('./lib/simpleargs').getArgs(process.argv);
 
 if (args['--help'] || args._.length === 0) {
     console.log('Usage: ' + path.relative(process.cwd(), path.join(__dirname, 'create')) + ' <path_to_new_project> <package_name> <project_name> [<template_path>] [--shared]');
-    console.log('    <path_to_new_project>: Path to your new Cordova Android project');
+    console.log('    <path_to_new_project>: Path to your new Cordova amazon-fireos project');
     console.log('    <package_name>: Package name, following reverse-domain style convention');
     console.log('    <project_name>: Project name');
     console.log('    <template_path>: Path to a custom application template to use');