mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-11-04 01:51:04 +01:00 
			
		
		
		
	Merge pull request #534 from nning/main
This commit is contained in:
		
						commit
						c07dd3f14f
					
				@ -23,7 +23,7 @@ func init() {
 | 
			
		||||
	apiKeysCmd.AddCommand(listAPIKeys)
 | 
			
		||||
 | 
			
		||||
	createAPIKeyCmd.Flags().
 | 
			
		||||
		DurationP("expiration", "e", DefaultAPIKeyExpiry, "Human-readable expiration of the key (30m, 24h, 365d...)")
 | 
			
		||||
		DurationP("expiration", "e", DefaultAPIKeyExpiry, "Human-readable expiration of the key (e.g. 30m, 24h)")
 | 
			
		||||
 | 
			
		||||
	apiKeysCmd.AddCommand(createAPIKeyCmd)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -31,7 +31,7 @@ func init() {
 | 
			
		||||
	createPreAuthKeyCmd.PersistentFlags().
 | 
			
		||||
		Bool("ephemeral", false, "Preauthkey for ephemeral nodes")
 | 
			
		||||
	createPreAuthKeyCmd.Flags().
 | 
			
		||||
		DurationP("expiration", "e", DefaultPreAuthKeyExpiry, "Human-readable expiration of the key (30m, 24h, 365d...)")
 | 
			
		||||
		DurationP("expiration", "e", DefaultPreAuthKeyExpiry, "Human-readable expiration of the key (e.g. 30m, 24h)")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
var preauthkeysCmd = &cobra.Command{
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user