gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master e8db3fd: ConvertType: typo in forcemax option


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master e8db3fd: ConvertType: typo in forcemax option name fixed
Date: Tue, 15 Jan 2019 15:35:21 -0500 (EST)

branch: master
commit e8db3fd405a82aa084bc0411c0dd80a1a3307768
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    ConvertType: typo in forcemax option name fixed
    
    In the previous commit we changed the old `--fhmaxbyte' option to
    `--forcemax', but everything was changed except the actual option name in
    `args.h'! With this commit, this tiny mistake is fixed.
---
 bin/convertt/args.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/convertt/args.h b/bin/convertt/args.h
index 558df83..30ca25e 100644
--- a/bin/convertt/args.h
+++ b/bin/convertt/args.h
@@ -174,7 +174,7 @@ struct argp_option program_options[] =
       GAL_OPTIONS_NOT_SET
     },
     {
-      "fhmaxbyte",
+      "forcemax",
       UI_KEY_FORCEMAX,
       0,
       0,



reply via email to

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