Skip to content

Commit

Permalink
Merge pull request #1161 from ArtyomResh/fix/docs
Browse files Browse the repository at this point in the history
fix(cli-options/index.md): expand commands descriptions
  • Loading branch information
ndelangen authored May 30, 2017
2 parents 472bb08 + b36a02b commit 388ce35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/configurations/cli-options/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Here are all those options:
-V, --version output the version number
-p, --port [number] Port to run Storybook (Required)
-h, --host [string] Host to run Storybook
-s, --static-dir <dir-names> Directory where to load static files from
-s, --static-dir <dir-names> Directory where to load static files from, comma-separated list
-c, --config-dir [dir-name] Directory where to load Storybook configurations from

## For build-storybook
Expand All @@ -30,6 +30,6 @@ Here are all those options:

-h, --help output usage information
-V, --version output the version number
-s, --static-dir <dir-names> Directory where to load static files from
-s, --static-dir <dir-names> Directory where to load static files from, comma-separated list
-o, --output-dir [dir-name] Directory where to store built files
-c, --config-dir [dir-name] Directory where to load Storybook configurations from

0 comments on commit 388ce35

Please sign in to comment.