gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master cfdde16: Correct key for Match's --hdu2 option


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master cfdde16: Correct key for Match's --hdu2 option
Date: Tue, 5 Dec 2017 17:23:09 -0500 (EST)

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

    Correct key for Match's --hdu2 option
    
    The key for Match's `--hdu2' option was mistakenly set to
    `GAL_OPTIONS_KEY_HDU'! It is now corrected to the originally intended
    `UI_KEY_HDU2'.
---
 bin/match/args.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/match/args.h b/bin/match/args.h
index a0d36fa..15ab979 100644
--- a/bin/match/args.h
+++ b/bin/match/args.h
@@ -34,7 +34,7 @@ struct argp_option program_options[] =
     /* Input file parameters. */
     {
       "hdu2",
-      GAL_OPTIONS_KEY_HDU,
+      UI_KEY_HDU2,
       "STR/INT",
       0,
       "Extension name or number of second input.",



reply via email to

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