Skip to content

Commit

Permalink
Updated the README again
Browse files Browse the repository at this point in the history
  • Loading branch information
amlamarra committed May 21, 2017
1 parent 19c9068 commit f591502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ COMMANDS:

`$ ./timertab status mytimer`

6. Create a transient (temporary) timer.<br>These timer files are created in the /run/user/$UID/systemd/transient/ directory.<br>They are not "enabled" or "disabled" but will be deleted once they are stopped or there's a reboot.<br>Realtime transient timers will reoccur while Monotonic ones will only execute once.<br>If no name is provided, one will be automatically generated.
6. Create a transient (temporary) timer.<br>These timer files are created in the /run/user/$UID/systemd/transient/ directory.<br>They are not "enabled" or "disabled" but will be deleted once they are stopped or there's a reboot.<br>Realtime timers will reoccur while Monotonic ones will only execute once after the specified amount of time.<br>If no name is provided, one will be automatically generated.

`$ ./timertab -u run mytimer`

Expand Down

0 comments on commit f591502

Please sign in to comment.