diff --git a/pygmt/src/info.py b/pygmt/src/info.py index b1c9fe715bd..b52dcad0452 100644 --- a/pygmt/src/info.py +++ b/pygmt/src/info.py @@ -20,9 +20,10 @@ V="verbose", a="aspatial", f="coltypes", + i="incols", r="registration", ) -@kwargs_to_strings(I="sequence") +@kwargs_to_strings(I="sequence", i="sequence_comma") def info(table, **kwargs): r""" Get information about data tables. @@ -65,6 +66,7 @@ def info(table, **kwargs): {V} {a} + {i} {f} {r}