Correct function description of choseFolderEntry

This commit is contained in:
PiMaDaum 2023-02-19 00:54:50 +01:00
parent 9ea164200b
commit c02b368c0d

View file

@ -103,7 +103,7 @@ func FolderToClipboard(cmd *cobra.Command, args []string) error {
return nil
}
// If more than one resource are selected, print an table an ask for selection of entry
// If more than one folders are selected, print an table an ask for selection of entry
func choseFolderEntry(folders *[]api.Folder) (*api.Folder, error) {
if len(*folders) == 0 {
return nil, fmt.Errorf("No folders to select!")