Skip to content

Commit

Permalink
Merge pull request #322 from casacore/issue320
Browse files Browse the repository at this point in the history
Issue #320; renamed showtable to showtableinfo
  • Loading branch information
gervandiepen committed Mar 7, 2016
2 parents 11d9396 + 72ca5cc commit 3a9e165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tables/apps/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
foreach(prog showtable showtablelock taql lsmf tomf)
foreach(prog showtableinfo showtablelock taql lsmf tomf)
add_executable (${prog} ${prog}.cc)
target_link_libraries (${prog} casa_tables)
install(TARGETS ${prog} DESTINATION bin)
Expand Down
2 changes: 1 addition & 1 deletion tables/apps/showtable.cc → tables/apps/showtableinfo.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//# showtable.cc: This program shows table info and contents.
//# showtableinfo.cc: This program shows table info and contents.
//# Copyright (C) 2011
//# Associated Universities, Inc. Washington DC, USA.
//#
Expand Down

0 comments on commit 3a9e165

Please sign in to comment.