gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master c37574c: ConvertType: corrected typo in descri


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master c37574c: ConvertType: corrected typo in description of --forcemax
Date: Tue, 15 Jan 2019 15:48:48 -0500 (EST)

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

    ConvertType: corrected typo in description of --forcemax
    
    The description of `--forcemax' in the output of `--help' was using
    "smaller" instead of "larger" (it was copied from the description of
    `--forcemin'!). This typo is now 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 30ca25e..4618a33 100644
--- a/bin/convertt/args.h
+++ b/bin/convertt/args.h
@@ -178,7 +178,7 @@ struct argp_option program_options[] =
       UI_KEY_FORCEMAX,
       0,
       0,
-      "Force --fluxmax, even when smaller than maximum.",
+      "Force --fluxmax, even when larger than maximum.",
       UI_GROUP_FLUX,
       &p->forcemax,
       GAL_OPTIONS_NO_ARG_TYPE,



reply via email to

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