mirror of
				https://github.com/derrod/legendary.git
				synced 2025-11-04 10:24:49 +00:00 
			
		
		
		
	[cli] Update CLI descriptions
This commit is contained in:
		
							parent
							
								
									4d0ac96bdc
								
							
						
					
					
						commit
						3a08d526d5
					
				| 
						 | 
				
			
			@ -427,7 +427,8 @@ def main():
 | 
			
		|||
    auth_parser = subparsers.add_parser('auth', help='Authenticate with EPIC')
 | 
			
		||||
    install_parser = subparsers.add_parser('install', help='Download a game',
 | 
			
		||||
                                           aliases=('download', 'update'),
 | 
			
		||||
                                           usage='%(prog)s <App Name> [options]')
 | 
			
		||||
                                           usage='%(prog)s <App Name> [options]',
 | 
			
		||||
                                           description='Aliases: download, update')
 | 
			
		||||
    uninstall_parser = subparsers.add_parser('uninstall', help='Uninstall (delete) a game')
 | 
			
		||||
    launch_parser = subparsers.add_parser('launch', help='Launch a game', usage='%(prog)s <App Name> [options]',
 | 
			
		||||
                                          description='Note: additional arguments are passed to the game')
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue