Skip to content

Commit ba443e0

Browse files
ktrasrouson
andauthored
Update example/string-handling/get-command-line-flag-value.f90
Co-authored-by: Damian Rouson <rouson@lbl.gov>
1 parent 1be0f2c commit ba443e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/string-handling/get-command-line-flag-value.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ program get_command_line_flag_value
66
!!
77
!! fpm run --example get-command-line-flag-value -- --foo bar
88
!!
9-
!! Running this program without the "-- --input-file" should print an indication that no file name
9+
!! Running the above command either without `bar` or without "--foo bar" should print an indication the message "flag '--foo' not present or present with no value".
1010
!! was provided.
1111
use julienne_m, only : command_line_t
1212
implicit none

0 commit comments

Comments
 (0)