summaryrefslogtreecommitdiff
path: root/misc/datedif/pkg-descr
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-06-16 18:12:37 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-06-16 18:12:37 +0000
commitc99e82c73aee559f13201506b75ddb433367eb17 (patch)
tree6308bcbbd46b75d5392ed123f4ea4f88b0e78cf9 /misc/datedif/pkg-descr
parentupgrade to 3.1.0 (diff)
add datedif
Calculates the number of days between two dates
Diffstat (limited to 'misc/datedif/pkg-descr')
-rw-r--r--misc/datedif/pkg-descr6
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/datedif/pkg-descr b/misc/datedif/pkg-descr
new file mode 100644
index 000000000000..d3a59e4a0821
--- /dev/null
+++ b/misc/datedif/pkg-descr
@@ -0,0 +1,6 @@
+Datedif is a simple console program that calculates the difference in days
+between two dates. It has two types of output, the first for scripts and the
+second for shellprompt use. The default output is the script-output, which is
+only the difference in days, not even followed by a carriage return. The second
+output can be accessed with the -m option, and it displays an output suitable
+for shellprompt use.