Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zaytiri committed Mar 28, 2023
1 parent 4b266fe commit cbb9cb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ progscheduler -a ProgramOrFolderToScheduleUniqueName -ex -in

To configure any global configuration just use the argument to change:
```
> progscheduler --exit-when-done
> progscheduler --no-exit-when-done
> progscheduler --exit-when-done # will close terminal/command prompt window automatically.
> progscheduler --no-exit-when-done # will do nothing.
```

To delete an existing configuration:
Expand All @@ -191,7 +191,7 @@ When all desired files are scheduled in the configurations, the following comman
progscheduler --run
```

Once the progscheduler starts running it will not stop alone, to cancel just run CTRL + C or close the terminal window. The exception to this is if the 'exit-when-done' is enabled.
Once the progscheduler starts running it will not stop alone, to cancel just run CTRL + C or close the terminal window. The exception to this is if the '--exit-when-done' is enabled.

<a name="support"></a>

Expand Down

0 comments on commit cbb9cb0

Please sign in to comment.