mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 08:57:25 +01:00 
			
		
		
		
	launcher: reword -n description to mention that it skips PID file checking as well
This commit is contained in:
		
							parent
							
								
									9bec181cec
								
							
						
					
					
						commit
						f53969a4b2
					
				@ -14,7 +14,7 @@ def main():
 | 
			
		||||
    parser.add_argument('config', help='specifies the path to the config file (defaults to pylink.yml)', nargs='?', default='pylink.yml')
 | 
			
		||||
    parser.add_argument("-v", "--version", help="displays the program version and exits", action='store_true')
 | 
			
		||||
    parser.add_argument("-c", "--check-pid", help="no-op; kept for compatiblity with PyLink 1.x", action='store_true')
 | 
			
		||||
    parser.add_argument("-n", "--no-pid", help="skips generating PID files", action='store_true')
 | 
			
		||||
    parser.add_argument("-n", "--no-pid", help="skips generating and checking PID files", action='store_true')
 | 
			
		||||
    args = parser.parse_args()
 | 
			
		||||
 | 
			
		||||
    if args.version:  # Display version and exit
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user