aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMunyoki Kilyungi2024-02-08 22:17:45 +0300
committerMunyoki Kilyungi2024-02-08 22:18:07 +0300
commit29ddf26bf8367c1d76d85331ba5253835ff74bf7 (patch)
tree5b04ec3043a287e2d0ee5a1ed1027c7e2afe2c45 /examples
parent8f69b2ef8db7ad9f01d849e0f9716206bc4a813e (diff)
downloadgn-transform-databases-29ddf26bf8367c1d76d85331ba5253835ff74bf7.tar.gz
Delete unused variable in the getopts arglist.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/dataset-metadata-git.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/dataset-metadata-git.scm b/examples/dataset-metadata-git.scm
index f91db2d..3be4cdb 100755
--- a/examples/dataset-metadata-git.scm
+++ b/examples/dataset-metadata-git.scm
@@ -58,11 +58,9 @@
("acknowledgment.rtf" . ,acknowledgment)))))
(let* ((option-spec
- '((settings (single-char #\s) (value #t))
- (output (single-char #\o) (value #t))))
+ '((settings (single-char #\s) (value #t))))
(options (getopt-long (command-line) option-spec))
(settings (option-ref options 'settings #f))
- (output (option-ref options 'output #f))
(query "SELECT InfoPageName, Datasets.Summary, Datasets.AboutTissue, InfoFiles.Specifics,
Datasets.AboutCases, Datasets.AboutPlatform, Datasets.AboutDataProcessing,
Datasets.Notes, Datasets.ExperimentDesign, Datasets.Acknowledgment