gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 8a3e0736: Table: corrected short option name i


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 8a3e0736: Table: corrected short option name in error for --catrowhdu
Date: Sat, 13 Jan 2024 16:45:09 -0500 (EST)

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

    Table: corrected short option name in error for --catrowhdu
    
    Until now, the error message that mentioned that there aren't enough
    '--catrowhdu's, would mistakenly say that the short version is '-H', but it
    is '-X'!
    
    With this commit, this typo has been corrected.
---
 bin/table/table.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/table/table.c b/bin/table/table.c
index eef70215..92b9d39d 100644
--- a/bin/table/table.c
+++ b/bin/table/table.c
@@ -1102,7 +1102,7 @@ table_catrows_findhdu(char *filename, gal_list_str_t 
**hdull)
       if(*hdull) { hdu=(*hdull)->v; *hdull=(*hdull)->next; }
       else
         error(EXIT_FAILURE, 0, "not enough '--catrowhdu's (or "
-              "'-H'). For every FITS table given to '--catrowfile'. "
+              "'-X'). For every FITS table given to '--catrowfile'. "
               "A call to '--catrowhdu' is necessary to identify "
               "its HDU/extension");
     }



reply via email to

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