Skip to content

Commit 1fb3deb

Browse files
authored
Update fpm_command_line.f90
add missing dash to clean all option
1 parent 7c3c36f commit 1fb3deb

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
@@ -777,7 +777,7 @@ subroutine set_help()
777777
' list [--list] ', &
778778
' install [--profile PROF] [--flag FFLAGS] [--no-rebuild] [--prefix PATH] ', &
779779
' [options] ', &
780-
' clean [--skip] [-all] ', &
780+
' clean [--skip] [--all] ', &
781781
' ', &
782782
'SUBCOMMAND OPTIONS ', &
783783
' -C, --directory PATH', &

0 commit comments

Comments
 (0)