diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-23 21:02:47 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-23 21:02:47 +0100 |
commit | 0a1a9b8356357e5d744f8a94061fc1d42ae0c009 (patch) | |
tree | dac07b2f565120c270dca680af4f8471e214a7e9 /README | |
parent | readme: considerations when using autohaltd too (diff) | |
download | sat-0a1a9b8356357e5d744f8a94061fc1d42ae0c009.tar.gz sat-0a1a9b8356357e5d744f8a94061fc1d42ae0c009.tar.bz2 sat-0a1a9b8356357e5d744f8a94061fc1d42ae0c009.tar.xz |
parse arguments
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ RATIONALE sat does not do natural language time parsing, it is far too complex, and locale dependent, for all programs to implemeent and should be - done in a separate program. + done in a separate program. sat does however do some trivial parsing. sat does not sanitise the environment. You have env(1) for that. Relaying on sat to sanitise the environment appropriately could prove |