Skip to content

Commit

Permalink
Merge pull request #433 from vidartf/fix-nbmerge-doc
Browse files Browse the repository at this point in the history
Fix outdated nbmerge flags in docs
  • Loading branch information
vidartf committed Oct 18, 2018
2 parents 20e07f4 + 58c5197 commit abdde8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ conflicts.

:command:`nbmerge` writes the output to ``stdout`` by default,
so you can use pipes to send the result to a file,
or the ``-o, --output`` argument to specify a file in which to save the merged notebook.
or the ``--out`` argument to specify a file in which to save the merged notebook.

Because there are several categories of data in a notebook (such as input, output, and metadata),
nbmerge has several ways to deal with conflicts,
Expand Down Expand Up @@ -178,7 +178,7 @@ nbmerge-web
but instead of automatically resolving or failing on conflicts,
a webapp for manually resolving conflicts is displayed::

nbmerge-web base.ipynb local.ipynb remote.ipynb -o merged.ipynb
nbmerge-web base.ipynb local.ipynb remote.ipynb --out merged.ipynb

.. image:: images/nbmerge-web.png

0 comments on commit abdde8f

Please sign in to comment.