From c3f27ba198defb78f1f8f8d75931c5d9206a5dca Mon Sep 17 00:00:00 2001 From: Henil Panchal Date: Sun, 23 Jun 2024 12:24:39 +0530 Subject: [PATCH] fix --- src/fpm_command_line.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fpm_command_line.f90 b/src/fpm_command_line.f90 index 65a81c0ed0..aba557e1b1 100644 --- a/src/fpm_command_line.f90 +++ b/src/fpm_command_line.f90 @@ -1546,7 +1546,7 @@ subroutine set_help() '', & 'DESCRIPTION', & ' Search for packages in the local directory and the fpm-registry, ', & - ' supports package search by name, namespace, query (description and README.md)' & + ' supports package search by name, namespace, query (description and README.md)', & ' and license from the registries (local and remote).', & '', & 'OPTIONS', &