corrrection of crontab values
This commit is contained in:
		
							parent
							
								
									08d977b8cd
								
							
						
					
					
						commit
						dd8312bd54
					
				| @ -21,25 +21,25 @@ const helpers = [ | |||||||
|   { |   { | ||||||
|     symbol: '*', |     symbol: '*', | ||||||
|     meaning: 'Any value', |     meaning: 'Any value', | ||||||
|     example: '* * * *', |     example: '* * * * *', | ||||||
|     equivalent: 'Every minute', |     equivalent: 'Every minute', | ||||||
|   }, |   }, | ||||||
|   { |   { | ||||||
|     symbol: '-', |     symbol: '-', | ||||||
|     meaning: 'Range of values', |     meaning: 'Range of values', | ||||||
|     example: '1-10 * * *', |     example: '1-10 * * * *', | ||||||
|     equivalent: 'Minutes 1 through 10', |     equivalent: 'Minutes 1 through 10', | ||||||
|   }, |   }, | ||||||
|   { |   { | ||||||
|     symbol: ',', |     symbol: ',', | ||||||
|     meaning: 'List of values', |     meaning: 'List of values', | ||||||
|     example: '1,10 * * *', |     example: '1,10 * * * *', | ||||||
|     equivalent: 'At minutes 1 and 10', |     equivalent: 'At minutes 1 and 10', | ||||||
|   }, |   }, | ||||||
|   { |   { | ||||||
|     symbol: '/', |     symbol: '/', | ||||||
|     meaning: 'Step values', |     meaning: 'Step values', | ||||||
|     example: '*/10 * * *', |     example: '*/10 * * * *', | ||||||
|     equivalent: 'Every 10 minutes', |     equivalent: 'Every 10 minutes', | ||||||
|   }, |   }, | ||||||
|   { |   { | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user