fix small comment error
This commit is contained in:
		@@ -17,7 +17,7 @@ var smartcli = require("smartcli");
 | 
				
			|||||||
smartcli.checkCommand('jazz'); 
 | 
					smartcli.checkCommand('jazz'); 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
* returns an object for terminal command "node myjs.js --myoption something like so
 | 
					* returns an object for terminal command "node myjs.js --myoption something" like so
 | 
				
			||||||
* {
 | 
					* {
 | 
				
			||||||
*   name: 'myoption',
 | 
					*   name: 'myoption',
 | 
				
			||||||
*   specified: true,
 | 
					*   specified: true,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user