summaryrefslogtreecommitdiff
path: root/latest.pl
diff options
context:
space:
mode:
Diffstat (limited to 'latest.pl')
-rwxr-xr-xlatest.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/latest.pl b/latest.pl
index 3baeaf2..1295d2e 100755
--- a/latest.pl
+++ b/latest.pl
@@ -8,6 +8,11 @@ our $opt_v; # print log for all files
our $opt_n; # name/tag for file
our $opt_e; # endpoint for cortex upload
getopts('lave:n:');
+print "n: $opt_n\n";
+print "a: $opt_a\n";
+print "v: $opt_v\n";
+print "e: $opt_e\n";
+print "l: $opt_l\n";
our $matches = 0;
if (scalar @ARGV) {