diff options
author | init current directory[i] <urbanjost@comcast.net> | 2020-10-17 00:01:09 -0400 |
---|---|---|
committer | init current directory[i] <urbanjost@comcast.net> | 2020-10-17 00:01:09 -0400 |
commit | 0673b35ecb827835eca50136e52a3be03ae24c6b (patch) | |
tree | b116a82a8b8fa8a5e0d600fe91575da3a25d54c7 | |
parent | fea59a2162eb471defc4099a98c7a996181c3d6a (diff) | |
download | fpm-0673b35ecb827835eca50136e52a3be03ae24c6b.tar.gz fpm-0673b35ecb827835eca50136e52a3be03ae24c6b.zip |
snapshot of help as html
-rw-r--r-- | docs/index.html | 721 | ||||
-rw-r--r-- | fpm/src/fpm_command_line.f90 | 2 |
2 files changed, 722 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..3df031b --- /dev/null +++ b/docs/index.html @@ -0,0 +1,721 @@ +<html> +<head> +<title> </title> +<style> +px {font-family: "Lucida Console", Monaco } +p { font-size:100%; line-height:1.1em; } +body {xfont-style: sans-serif} +body { +color:#333; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1em; line-height:1.3em; } +a:visited { color:#666; } +h1,h2,h3,h4,h5,h6 { color:#333; font-family:georgia, verdana, sans-serif; } +h1 { font-size:150%; page-break-before:auto;background-color: #aaaaff} +h2 { font-size:143%;color:teal; } +h3 { font-size:134%;color:blue; } +h4 { font-size:120%;color:gray; } +img { max-width: 55em} +p{ padding: 0;margin:0; } +p{ padding-right:1.4em; } +p{ padding-bottom:1em; } +p{ padding-top:1em; } +p{ whitespace: pre-wrap; } +h5,h6 { font-size:100% } +a.nav,a:link.nav, a:visited.nav { background-color:#FFF; color:#000; } +XXtable { border:double #000; border-collapse:collapse; } +XXtable { border-collapse:collapse; } +XXtd { border:thin solid #888; } +XXtd { border:none; } +li { margin-bottom:0.5em; } +blockquote { display:block; font-size:100%; line-height:1.1em; margin:0 0 1.5em; padding:0 2.5em; } +pre { background-color:#DDD; font-size:100%; overflow:auto; padding:1em; } +a,li span { color:#000; } +a:hover, a.nav:hover, a:hover math { background-color:#000; color:#FFF; } +#Container { margin:0 10px; text-align:center; background-color: #BBB} +#Content { border-top:none; margin:auto; padding:0.3em; text-align:left; width:100%; max-width:55em; background:#FFF} +span.webName { font-size:.5em; } +textarea#content { font-size: 1em; line-height: 1.125; } +h1#pageName { line-height:1em; margin:0.2em 0 0.2em 0; padding:0; } +.property { color:#666; font-size:100%; } +a.existingWikiWord[title]{ //border: 1px dashed #BBB; } +.byline { color:#666; font-size:1.0em; font-style:italic; margin-bottom:1em; padding-top:1px; } +</style> +</head> +<BODY bgcolor=#F0F0F0 text=#000000 link=#0000ff vlink=#C000C0 alink=#ff0000><A NAME=top></A> +<h5><a href="download.html">[UP]</a></h5> +<div id="Container"> +<div id="Content"> +<CENTER> +<H1><HR><I>Manual Reference Pages - </I><NOBR>untitled ()</NOBR><HR></H1> +</CENTER> +<A name=31> + + <H3>NAME</H3> + +</A> +<BLOCKQUOTE> +<B>fpm</B>(1) - A Fortran package manager and build system +<P> +</BLOCKQUOTE> + + <H3>SYNOPSIS</H3> + +</A> +<BLOCKQUOTE> +<B>fpm</B> <I>SUBCOMMAND</I> [SUBCOMMAND_OPTIONS] +<P> +<B>fpm</B> <B>--help</B>|<B>--version</B>|<B>--list</B> +</BLOCKQUOTE> +<A name=33> + + <H3>DESCRIPTION</H3> + +</A> +<BLOCKQUOTE> +<B>fpm</B>(1) is a package manager that helps you create Fortran projects +from source. +<P> +Most significantly <B>fpm</B>(1) lets you pull upon other <B>fpm</B>(1) packages +in distributed <B>git</B>(1) repositories as if the packages were a basic +part of your default programming environment, as well as letting +you share your projects with others in a similar manner. +<P> +See the <B>fpm</B>(1) repository at https://fortran-lang.org/packages +for a listing of registered projects. +<P> +All output goes into the directory "build/" which can generally be +removed and rebuilt if required. Note that if external packages are +being used you need network connectivity to rebuild from scratch. +</BLOCKQUOTE> +<A name=3> + + <H3>SUBCOMMANDS</H3> + +</A> +<BLOCKQUOTE> +Valid <B>fpm</B> subcommands are: +<P> +<PRE> + build [--release] [--list] + Compile the packages into the "build/" directory. + new NAME [--lib|--src] [--app] [--test] [--backfill] + Create a new Fortran package directory + with sample files + run [NAME(s)] [--release] [--list] [-- ARGS] + Run the local package binaries. defaults to all + binaries for that release. + test [NAME(s)] [--release] [--list] [-- ARGS] + Run the tests + help [NAME(s)] Alternate method for displaying subcommand help + list [--list] Display brief descriptions of all subcommands. +<P> +</PRE> +</BLOCKQUOTE> +<A name=4> + + <H3>SUBCOMMAND OPTIONS</H3> + +</A> +<BLOCKQUOTE> +<TABLE cellpadding=3> +<TR valign=top><TD colspan=2> +<B></B><B>--release</B> </TD></TR><TR valign=top><TD width=6%> </TD><TD> +Builds or runs in release mode (versus debug mode). <B>fpm</B>(1) +Defaults to using common compiler debug flags and building +in "build/*_debug/". When this flag is present build +output goes into "build/*_release/" and common compiler +optimization flags are used. +</TD></TR> +<TR valign=top><TD width=6% nowrap> +<B></B><B>--list</B> </TD><TD valign=bottom> +List candidates instead of building or running them. +On the <B>fpm</B> command this shows a brief list of subcommands. +</TD></TR> +<TR valign=top><TD colspan=2> +<B>-- ARGS</B> </TD></TR><TR valign=top><TD width=6%> </TD><TD> +Arguments to pass to executables/tests +</TD></TR> +<TR valign=top><TD width=6% nowrap> +<B></B><B>--help</B> </TD><TD valign=bottom> +Show help text and exit. Valid for all subcommands. +</TD></TR> +<TR valign=top><TD colspan=2> +<B></B><B>--version</B> </TD></TR><TR valign=top><TD width=6%> </TD><TD> +Show version information and exit. Valid for all +subcommands. +</TD></TR> +<TR></TR></TABLE></BLOCKQUOTE> +<A name=35> + + <H3>EXAMPLES</H3> + +</A> +<BLOCKQUOTE> +sample commands: +<P> +<PRE> + fpm new mypackage --app --test + fpm build + fpm test + fpm run + fpm new --help + fpm run myprogram --release -- -x 10 -y 20 --title "my title" +<P> +</PRE> +</BLOCKQUOTE> +<A name=36> + + <H3>SEE ALSO</H3> + +</A> +<BLOCKQUOTE> +The <B>fpm</B>(1) home page at https://github.com/fortran-lang/<B>fpm</B> +</BLOCKQUOTE> +<A name=31> + + <H3>NAME</H3> + +</A> +<BLOCKQUOTE> +<B>new</B>(1) - the <B>fpm</B>(1) subcommand to initialize a new project +</BLOCKQUOTE> +<A name=32> + + <H3>SYNOPSIS</H3> + +</A> +<BLOCKQUOTE> +<B>fpm</B> <I>new</I> <I><A HREF=#31>NAME</A></I> [-<B>-lib</B>|<B>--src</B>] [-<B>-app</B>] [-<B>-test</B>] [-<B>-backfill</B>] +<P> +<B>fpm</B> <I>new</I> <B>--help</B>|<B>--version</B> +</BLOCKQUOTE> +<A name=33> + + <H3>DESCRIPTION</H3> + +</A> +<BLOCKQUOTE> +"<B>fpm</B> <I>new</I>" creates a <I>new</I> programming project in a <I>new</I> directory. +<P> +The "<I>new</I>" subcommand creates a directory with the specified +name and runs the command "git init" in that directory and +populates it with an example "fpm.toml" file, a src/, test/, +and app/ directory with trivial example Fortran source files +and a ".gitignore" file for ignoring the build/ directory +(where <B>fpm</B>-generated output will be placed): +<P> +<PRE> + NAME/ + fpm.toml + .gitignore + src/ + NAME.f90 + app/ + main.f90 + test/ + main.f90 +<P> +</PRE> +Remember to update the information in the sample "fpm.toml" +file with your name and e-mail address. +</BLOCKQUOTE> +<A name=34> + + <H3>OPTIONS</H3> + +</A> +<BLOCKQUOTE> +<TABLE cellpadding=3> +<TR valign=top><TD width=6% nowrap> +<B></B><I>NAME</I> </TD><TD valign=bottom> +the name of the project directory to create. The name +must be a valid Fortran name composed of 1 to 63 +ASCII alphanumeric characters and underscores, +starting with a letter. +</TD></TR> +<TR><TD colspan=2> +The default is to create all of the src/, app/, and test/ +directories. If any of the following options are specified +then only selected subdirectories are generated: +</TD></TR> +<TR valign=top><TD colspan=2> +<B></B><B>--lib</B>,<B>--src</B> </TD></TR><TR valign=top><TD width=6%> </TD><TD> +create directory src/ and a placeholder module +named "NAME.f90" for use with subcommand "build". +</TD></TR> +<TR valign=top><TD width=6% nowrap> +<B></B><B>--app</B> </TD><TD valign=bottom> +create directory app/ and a placeholder main +program for use with subcommand "run". +</TD></TR> +<TR valign=top><TD width=6% nowrap> +<B></B><B>--test</B> </TD><TD valign=bottom> +create directory test/ and a placeholder program +for use with the subcommand "test". Note that sans +"<B>--lib</B>" it really does not have anything to test. +</TD></TR> +<TR><TD colspan=2> +So the default is equivalent to "<B>fpm</B> <I><A HREF=#31>NAME</A></I> <B>--lib</B> <B>--app</B> <B>--test</B>". +</TD></TR> +<TR valign=top><TD colspan=2> +<B></B><B>--backfill</B> </TD></TR><TR valign=top><TD width=6%> </TD><TD> +By default the directory must not exist. If this +option is present the directory may pre-exist and +only subdirectories and files that do not +already exist will be created. For example, if you +previously entered "<B>fpm</B> <I>new</I> myname <B>--lib</B>" entering +"<B>fpm</B> <I>new</I> myname <B>--backfill</B>" will create the missing +app/ and test/ directories and programs. +</TD></TR> +<TR valign=top><TD width=6% nowrap> +<B></B><B>--help</B> </TD><TD valign=bottom> +print this help and exit +</TD></TR> +<TR valign=top><TD colspan=2> +<B></B><B>--version</B> </TD></TR><TR valign=top><TD width=6%> </TD><TD> +print program version information and exit +</TD></TR> +<TR></TR></TABLE></BLOCKQUOTE> +<A name=35> + + <H3>EXAMPLES</H3> + +</A> +<BLOCKQUOTE> +Sample use +<P> +<PRE> + fpm new myproject # create new project directory and seed it + cd myproject # Enter the new directory + # and run commands such as + fpm build + fpm run # run example application program + fpm test # run example test program +<P> +</PRE> +</BLOCKQUOTE> +<A name=36> + + <H3>SEE ALSO</H3> + +</A> +<BLOCKQUOTE> +The <B>fpm</B>(1) home page at https://github.com/fortran-lang/<B>fpm</B> +<P> +Registered packages are at https://fortran-lang.org/packages +</BLOCKQUOTE> +<A name=31> + + <H3>NAME</H3> + +</A> +<BLOCKQUOTE> +<B>build</B>(1) - the <B>fpm</B>(1) subcommand to build a project +<P> +</BLOCKQUOTE> +<A name=32> + + <H3>SYNOPSIS</H3> + +</A> +<BLOCKQUOTE> +<B>fpm</B> <I>build</I> [-<B>-release</B>]|[-list] +<P> +<B>fpm</B> <I>build</I> <B>--help</B>|<B>--version</B> +</BLOCKQUOTE> +<A name=33> + + <H3>DESCRIPTION</H3> + +</A> +<BLOCKQUOTE> +The "<B>fpm</B> <I>build</I>" command +<BLOCKQUOTE> +<TABLE cellpadding=3><!-- tsb: The "<B>fpm</B> <I>build</I>" command + --> +<TR></TR><TR></TR> +<TR valign=top><TD width=3%> +o +</TD><TD> +Fetches any dependencies +</TD></TR> +<TR valign=top><TD width=3%> +o +</TD><TD> +Scans your sources +</TD></TR> +<TR valign=top><TD width=3%> +o +</TD><TD> +Builds them in the proper order +</TD></TR> +<TR></TR></TABLE></BLOCKQUOTE> +<P> +The Fortran source files are assumed by default to be in +<BLOCKQUOTE> +<TABLE cellpadding=3><!-- tsb: The Fortran source files are assumed by default to be in + --> +<TR></TR><TR></TR> +<TR valign=top><TD width=3%> +o +</TD><TD> +src/ for modules and procedure source +</TD></TR> +<TR valign=top><TD width=3%> +o +</TD><TD> +app/ main <B>program</B>(s) for applications +</TD></TR> +<TR valign=top><TD width=3%> +o +</TD><TD> +test/ main <B>program</B>(s) and support files for project tests +Changed or <I>new</I> files found are rebuilt. The results are placed in +the <I>build</I>/ directory. +</TD></TR> +<TR></TR></TABLE></BLOCKQUOTE> +<P> +Non-default pathnames and remote dependencies are used if +specified in the "fpm.toml" file. +</BLOCKQUOTE> +<A name=34> + + <H3>OPTIONS</H3> + +</A> +<BLOCKQUOTE> +<TABLE cellpadding=3> +<TR valign=top><TD colspan=2> +<B></B><B>--release</B> </TD></TR><TR valign=top><TD width=6%> </TD><TD> +<I>build</I> in <I>build</I>/*_release instead of <I>build</I>/*_debug with +high optimization instead of full debug options. +</TD></TR> +<TR valign=top><TD width=6% nowrap> +<B></B><B>--list</B> </TD><TD valign=bottom> +list candidates instead of building or running them +</TD></TR> +<TR valign=top><TD width=6% nowrap> +<B></B><B>--help</B> </TD><TD valign=bottom> +print this help and exit +</TD></TR> +<TR valign=top><TD colspan=2> +<B></B><B>--version</B> </TD></TR><TR valign=top><TD width=6%> </TD><TD> +print program version information and exit +</TD></TR> +<TR></TR></TABLE></BLOCKQUOTE> +<A name=35> + + <H3>EXAMPLES</H3> + +</A> +<BLOCKQUOTE> +Sample commands: +<P> +<PRE> + fpm build # build with debug options + fpm build --release # build with high optimization +<P> +</PRE> +</BLOCKQUOTE> +<A name=36> + + <H3>SEE ALSO</H3> + +</A> +<BLOCKQUOTE> +The <B>fpm</B>(1) home page at https://github.com/fortran-lang/<B>fpm</B> +</BLOCKQUOTE> +<A name=31> + + <H3>NAME</H3> + +</A> +<BLOCKQUOTE> +<B>run</B>(1) - the <B>fpm</B>(1) subcommand to run project applications +<P> +</BLOCKQUOTE> +<A name=32> + + <H3>SYNOPSIS</H3> + +</A> +<BLOCKQUOTE> +<B>fpm</B> run <B>[NAME</B>(<I>s</I>)] [-<B>-release</B>] [-- ARGS] +<P> +<B>fpm</B> run <B>--help</B>|<B>--version</B> +</BLOCKQUOTE> +<A name=33> + + <H3>DESCRIPTION</H3> + +</A> +<BLOCKQUOTE> +Run applications you have built in your <B>fpm</B>(1) project. +</BLOCKQUOTE> +<A name=34> + + <H3>OPTIONS</H3> + +</A> +<BLOCKQUOTE> +<TABLE cellpadding=3> +<TR valign=top><TD width=6% nowrap> +<B></B><I>NAME</I>(<I>s</I>) </TD><TD valign=bottom> +optional list of specific names to execute. +The default is to run all the applications in app/ +or the programs listed in the "fpm.toml" file. +</TD></TR> +<TR valign=top><TD colspan=2> +<B></B><B>--release</B> </TD></TR><TR valign=top><TD width=6%> </TD><TD> +selects the optimized <I>build</I> instead of the debug +<I>build</I>. +</TD></TR> +<TR valign=top><TD width=6% nowrap> +<B></B><B>--list</B> </TD><TD valign=bottom> +list candidates instead of building or running them +</TD></TR> +<TR valign=top><TD colspan=2> +<B>-- ARGS</B> </TD></TR><TR valign=top><TD width=6%> </TD><TD> +optional arguments to pass to the <B>program</B>(<I>s</I>). +The same arguments are passed to all names +specified. +</TD></TR> +<TR></TR></TABLE></BLOCKQUOTE> +<A name=35> + + <H3>EXAMPLES</H3> + +</A> +<BLOCKQUOTE> +run <B>fpm</B>(1) project applications +<P> +<PRE> + # run default programs in /app or as specified in "fpm.toml" + fpm run +<P> + # run a specific program and pass arguments to the command + fpm run mytest -- -x 10 -y 20 --title "my title line" +<P> + # run production version of two applications + fpm run prg1 prg2 --release +<P> +</PRE> +</BLOCKQUOTE> +<A name=36> + + <H3>SEE ALSO</H3> + +</A> +<BLOCKQUOTE> +The <B>fpm</B>(1) home page at https://github.com/fortran-lang/<B>fpm</B> +</BLOCKQUOTE> +<A name=31> + + <H3>NAME</H3> + +</A> +<BLOCKQUOTE> +<B>test</B>(1) - the <B>fpm</B>(1) subcommand to run project tests +<P> +</BLOCKQUOTE> +<A name=32> + + <H3>SYNOPSIS</H3> + +</A> +<BLOCKQUOTE> +<B>fpm</B> test <B>[NAME</B>(<I>s</I>)] [-<B>-release</B>] [-<B>-list</B>] [-- ARGS] +<P> +<B>fpm</B> test <B>--help</B>|<B>--version</B> +</BLOCKQUOTE> +<A name=33> + + <H3>DESCRIPTION</H3> + +</A> +<BLOCKQUOTE> +Run applications you have built to test your project. +</BLOCKQUOTE> +<A name=34> + + <H3>OPTIONS</H3> + +</A> +<BLOCKQUOTE> +<TABLE cellpadding=3> +<TR valign=top><TD width=6% nowrap> +<B></B><I>NAME</I>(<I>s</I>) </TD><TD valign=bottom> +optional list of specific test names to execute. +The default is to run all the tests in test/ +or the tests listed in the "fpm.toml" file. +</TD></TR> +<TR valign=top><TD colspan=2> +<B></B><B>--release</B> </TD></TR><TR valign=top><TD width=6%> </TD><TD> +selects the optimized <I>build</I> instead of the debug +<I>build</I>. +</TD></TR> +<TR valign=top><TD width=6% nowrap> +<B></B><B>--list</B> </TD><TD valign=bottom> +list candidates instead of building or running them +</TD></TR> +<TR valign=top><TD colspan=2> +<B>-- ARGS</B> </TD></TR><TR valign=top><TD width=6%> </TD><TD> +optional arguments to pass to the test <B>program</B>(<I>s</I>). +The same arguments are passed to all test names +specified. +</TD></TR> +<TR></TR></TABLE></BLOCKQUOTE> +<A name=35> + + <H3>EXAMPLES</H3> + +</A> +<BLOCKQUOTE> +run tests +<P> +<PRE> + # run default tests in /test or as specified in "fpm.toml" + fpm test +<P> + # run a specific test and pass arguments to the command + fpm test mytest -- -x 10 -y 20 --title "my title line" +<P> + fpm test tst1 tst2 --release # production version of two tests +<P> +</PRE> +</BLOCKQUOTE> +<A name=36> + + <H3>SEE ALSO</H3> + +</A> +<BLOCKQUOTE> +The <B>fpm</B>(1) home page at https://github.com/fortran-lang/<B>fpm</B> +</BLOCKQUOTE> +<A name=31> + + <H3>NAME</H3> + +</A> +<BLOCKQUOTE> +<B>help</B>(1) - the <B>fpm</B>(1) subcommand to display help +<P> +</BLOCKQUOTE> +<A name=32> + + <H3>SYNOPSIS</H3> + +</A> +<BLOCKQUOTE> +<I>fpm</I> <I>help</I> [fpm] [new] [build] [run] [test] [help] [version] [manual] +<P> +<B>fpm</B> <I>help</I> [fortran|fortran_manual][FORTRAN_INTRINSIC_NAME] +</BLOCKQUOTE> +<A name=33> + + <H3>DESCRIPTION</H3> + +</A> +<BLOCKQUOTE> +The "<B>fpm</B> <I>help</I>" command is an alternative to the --<I>help</I> parameter +on the <B>fpm</B>(1) command and its subcommands. +</BLOCKQUOTE> +<A name=34> + + <H3>OPTIONS</H3> + +</A> +<BLOCKQUOTE> +<TABLE cellpadding=3> +<TR valign=top><TD width=6% nowrap> +<B></B><I>NAME</I>(<I>s</I>) </TD><TD valign=bottom> +A list of topic names to display. All the subcommands +have their own page (<I>new</I>, <I>build</I>, <I>run</I>, <I>test</I>, ...). +<P> +The special name "<I>manual</I>" displays all the <B>fpm</B>(1) +built-in documentation. +<P> +The default is to display <I>help</I> for the <B>fpm</B>(1) command +itself. +</TD></TR> +<TR valign=top><TD colspan=2> +<B></B><B>INTRINSIC</B>(<I>s</I>) </TD></TR><TR valign=top><TD width=6%> </TD><TD> +In addition, Fortran intrinsics can be described. +The special name "fortran" prints a list of available +topics. "fortran_manual" displays all the built-in +fortran documentation. Entries should be in +uppercase to avoid conflicts with <B>fpm</B>(1) topics; +but can be in lowercase if there is no conflict. +</TD></TR> +<TR></TR></TABLE></BLOCKQUOTE> +<A name=35> + + <H3>EXAMPLES</H3> + +</A> +<BLOCKQUOTE> +Sample usage: +<P> +<PRE> + fpm help # general fpm(1) command help + fpm help version # show program version + fpm help new # display help for "new" subcommand + fpm help manual # All fpm(1) built-in documentation +<P> +</PRE> +</BLOCKQUOTE> +<A name=> + + <H4> FORTRAN INTRINSICS</H4> +</A> +<BLOCKQUOTE> +Additional general Fortran documentation +<P> +<PRE> + fpm help SIN COS TAN # selected Fortran Intrinsic help + fpm help fortran # index of Fortran documentation + fpm help fortran_manual # all Fortran documentation +<P> +</PRE> +</BLOCKQUOTE> +<A name=36> + + <H3>SEE ALSO</H3> + +</A> +<BLOCKQUOTE> +The <B>fpm</B>(1) home page at https://github.com/fortran-lang/<B>fpm</B> +<TABLE cellpadding=3><!-- tsb: The <B>fpm</B>(1) home page at https://github.com/fortran-lang/<B>fpm</B> + --> +<TR></TR><TR></TR> +<TR valign=top><TD colspan=2> +<B>Version:</B> </TD></TR><TR valign=top><TD width=6%> </TD><TD> +0.1.0, Pre-alpha +</TD></TR> +<TR valign=top><TD colspan=2> +<B>Program:</B> </TD></TR><TR valign=top><TD width=6%> </TD><TD> +<B>fpm</B>(1) +</TD></TR> +<TR valign=top><TD colspan=2> +<B>Description:</B> </TD></TR><TR valign=top><TD width=6%> </TD><TD> +A Fortran package manager and <I>build</I> system +</TD></TR> +<TR valign=top><TD colspan=2> +<B>Home Page:</B> </TD></TR><TR valign=top><TD width=6%> </TD><TD> +https://github.com/fortran-lang/<B>fpm</B> +</TD></TR> +<TR valign=top><TD colspan=2> +<B>License:</B> </TD></TR><TR valign=top><TD width=6%> </TD><TD> +MIT +</TD></TR> +<TR valign=top><TD colspan=2> +<B>OS Type:</B> </TD></TR><TR valign=top><TD width=6%> </TD><TD> +Linux +</TD></TR> +<TR></TR></TABLE></BLOCKQUOTE> +<P><HR> +<TABLE width=100%><TR> <TD width=33%><I></I></TD> <TD width=33% align=center>untitled ()</TD> <TD align=right width=33%><I>October 16, 2020</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from x.1 using man macros.</FONT> +<br><br><center><img src="images/x.1.gif"></center> +</div> +</div> +</body> +</HTML> diff --git a/fpm/src/fpm_command_line.f90 b/fpm/src/fpm_command_line.f90 index d67cd41..3cb6203 100644 --- a/fpm/src/fpm_command_line.f90 +++ b/fpm/src/fpm_command_line.f90 @@ -571,7 +571,7 @@ contains ' ', & ' The default is to create all of the src/, app/, and test/ ', & ' directories. If any of the following options are specified ', & - ' then only specified subdirectories are generated: ', & + ' then only selected subdirectories are generated: ', & ' ', & ' --lib,--src create directory src/ and a placeholder module ', & ' named "NAME.f90" for use with subcommand "build". ', & |