From 183a4f83a8cb5ec4c0d95666f96c1d1a740815cc Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Mon, 21 Dec 2020 22:41:01 +0000 Subject: [PATCH] Got rid of the final FIXMEs \o/ --- tasksched | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/tasksched b/tasksched index b90f57b..e135f16 100755 --- a/tasksched +++ b/tasksched @@ -530,7 +530,7 @@ display_help() { This must be given as a single argument, enclosed in single (') or double (") quotes if it contains spaces, and must be a valid date accepted by 'date --date'. Note: by default UTC is expected, but a specifically given - date/time + TZ will be converted to UTC. + date/time + TZ will be converted to UTC. -q, --quiet Normally, when the scheduler spec> indicates the job should be run, the name of the is output to stdout. With this option, ${0##*/} @@ -539,7 +539,7 @@ display_help() { -s , --statefile Use the given as the state file for maintaining a record of the last execution time of the job IDs. - The default statefile is $FIXME. + The default statefile is \$HOME/.config/${0##*/}.state. Using this option allows non-root users to use the scheduler's job tracking functionallity. If the file provided does not exist, it will be created if possible, or an error will be emitted if the @@ -557,15 +557,16 @@ display_help() { This is the 'crontab' style specification of the schedule on which the given should be executed. This schedule is compared against the - current (or provided by option --date/-d) date/time. + current (or that provided by option --date/-d) date/time. The schedule is given as a single argument enclosed in single (') or double (") quotes, with each component separated by spaces. Be mindful of shell globbing while using a '*' on the command line. See documentation for a full rundown of the accepted. - FIXME - may not contain the character ':'. This is only restriction on - job identifications. + A free form identifier used for state tracking between runs. + This is also output to stdout if the schedule is matched against the + date/time. may not contain the character ':'. This is only + restriction on job identifications. EOF }