reducing scope of token request

This commit is contained in:
2023-05-02 16:55:05 -05:00
parent f8a72a792f
commit e2f6da1b5f
2 changed files with 2 additions and 2 deletions

View File

@@ -67,5 +67,5 @@ func init() {
// Cobra supports local flags which will only run when this command
// is called directly, e.g.:
listCmd.Flags().StringVarP(&filter, "filter", "f", "", "Filter properties using a query. For example --fitler \"redaction\"")
listCmd.Flags().StringVarP(&filter, "filter", "f", "", "Filter properties using a query. For example --filter \"redaction\"")
}