diff options
-rwxr-xr-x | lib/keyringer/actions/check | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/keyringer/actions/check b/lib/keyringer/actions/check index c80fa8f..a90419a 100755 --- a/lib/keyringer/actions/check +++ b/lib/keyringer/actions/check @@ -27,3 +27,4 @@ source "$LIB" || exit 1 # This should be done here: # TODO: Check canaries' timestamps, warning by mail if configured by user preferences. +# TODO: if an URL argument is given, check that as a third-party canary. |