Updated README

This commit is contained in:
Andreas Schneider 2015-09-29 15:32:43 +02:00
parent c412d64727
commit aa8c6d8b58
1 changed files with 10 additions and 3 deletions

View File

@ -19,10 +19,17 @@ To ease this, I wrote restemplate.
## Usage
Calling restemplate is as easy as calling `restemplate <profile or file>`.
Calling restemplate is as easy as calling `restemplate [options] <template>`.
The first (and only) parameter is either a valid filename or the name of a profile (more on that later).
Without any parameters, it lists the known profiles.
`[options]` may be:
`-h` or `--help`
: Shows a help screen with all available options.
`-l` or `--list`
: Lists all global templates
`<template>` is either a filename or a global template (more on that later).
## Example