summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2016-06-02 21:36:54 +0200
committerJakub Wilk <jwilk@jwilk.net>2016-06-02 21:36:54 +0200
commit4786b94f8e3669344778ea0693151c1fe3834798 (patch)
tree8ffb4c94a77c14be6fd098b43f7b91f6286e8fce /README
parent0d790dabb6f19e08cf9d43a964f08c795bcc19e8 (diff)
downloadlibfaketime-4786b94f8e3669344778ea0693151c1fe3834798.tar.gz
Fix grammar in README
"allow" is a transitive verb, which requires an object, so "allow to <verb>" is ungrammatical.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index c1b5642..9827b36 100644
--- a/README
+++ b/README
@@ -236,7 +236,7 @@ This command line makes sure FTPL gets loaded and sets the faked time to
15 days in the past.
Moreno Baricevic has contributed support for the FAKETIME_FMT environment
-variable, which allows to optionally set the strptime() format:
+variable, which allows you to optionally set the strptime() format:
Some simple examples:
LD_PRELOAD=./libfaketime.so.1 FAKETIME_FMT=%s FAKETIME="`date +%s -d'1 year ago'`" date