gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master cb6a575: MakeCatalog: typo corrected in output


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master cb6a575: MakeCatalog: typo corrected in output of --help
Date: Fri, 25 Dec 2020 12:20:55 -0500 (EST)

branch: master
commit cb6a57549a1c11e55a6f95e8a8c6a69c5f89c25e
Author: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>

    MakeCatalog: typo corrected in output of --help
    
    Until now, in the output of 'astmkprof --help' the description of '--fcol'
    had no extra space character after the last comma (,).
    
    With this commit, this has been fixed.
---
 bin/mkprof/args.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/mkprof/args.h b/bin/mkprof/args.h
index 73f4140..1f8d19a 100644
--- a/bin/mkprof/args.h
+++ b/bin/mkprof/args.h
@@ -390,7 +390,7 @@ struct argp_option program_options[] =
       "STR/INT",
       0,
       "sersic (1), moffat (2), gaussian (3), point (4), "
-      "flat (5), circumference (6), distance (7),"
+      "flat (5), circumference (6), distance (7), "
       "radial-table (8)",
       UI_GROUP_CATALOG,
       &p->fcol,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]