aboutsummaryrefslogtreecommitdiff
path: root/examples/dataset-metadata-git.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dataset-metadata-git.scm')
-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