Skip to content

Commit 28a44c4

Browse files
Update src/fpm_command_line.f90
Co-authored-by: Laurence Kedward <[email protected]>
1 parent 92f3432 commit 28a44c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm_command_line.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ subroutine get_command_line_settings(cmd_settings)
548548
call set_args(common_args // &
549549
& ' --skip' // &
550550
& ' --all', &
551-
help_install, version_text)
551+
help_clean, version_text)
552552
allocate(fpm_clean_settings :: cmd_settings)
553553
call get_current_directory(working_dir, error)
554554
cmd_settings=fpm_clean_settings( &

0 commit comments

Comments
 (0)