Skip to content

Commit

Permalink
license: clarify descriptions (#1036)
Browse files Browse the repository at this point in the history
Following discussion in #711
  • Loading branch information
waldyrious committed Sep 6, 2016
1 parent 01759dc commit 87faf0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/common/license.md
Expand Up @@ -2,18 +2,18 @@

> Create license files for open-source projects.
- Create a license:
- Print a license to stdout, using the defaults (auto-detected author name, and current year):

`license {{license_name}}`

- Create a license with custom filename:
- Generate a license and save it to a file:

`license -o {{filename}} {{license_name}}`

- List all locally available licenses:
- List all available licenses:

`license ls`

- Create a license with explicitly-set name and year:
- Generate a license with custom author name and year:

`license --name {{author}} --year {{release_year}} {{license_name}}`

0 comments on commit 87faf0e

Please sign in to comment.